#31933B

Color #31933B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #31933B

Tints of Forest Green #31933B

Color information

#31933B (or 0x31933B) is unknown color: approx Forest Green. HEX triplet: 31, 93 and 3B. RGB value is (49,147,59). Sum of RGB (Red+Green+Blue) = 49+147+59=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #31933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31933B is #CE6CC4. Grayscale: #6B6B6B. Windows color (decimal): -13528261 or 3904305. OLE color: 3904305.

HSL color Cylindrical-coordinate representation of color #31933B: hue angle of 126.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31933B is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB4914759-
CMYK0.6700.600.42
HSL126.12º50%38.43%-
HSV(B)126.12º66.67%57.65%-
XYZ12.4921.847.69-
YUV107.67100.5386.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=19.22%
G=57.65%
B=23.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147590.6700.600.42126.125038.43
Hex31933B4303C2A7e3226
Octal6122373103074521766246
Binary11000110010011111011100001101111001010101111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31933B; }

 p { color: rgb(49,147,59); }

 H1.HeaderClassName
 {
   color: #31933B;
 }
 .AnyTagClassName
 {
   color: #31933B;
 }
</style>
background-color css

<style>
 a { background-color: #31933B; }

 a { background-color: rgb(49,147,59); }

 div.DivClassName
 {
   background-color: #31933B;
 }
 .BgClassName
 {
   background-color: #31933B;
 }
</style>
border-color css

<style>
 span { border-color: #31933B; }

 span { border-color: rgb(49,147,59); }

 td.TdClassName
 {
   border-color: #31933B;
 }
 .TagClassName
 {
   border-color: #31933B;
 }
</style>