#319926

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

Shades of Forest Green #319926

Tints of Forest Green #319926

Color information

#319926 (or 0x319926) is unknown color: approx Forest Green. HEX triplet: 31, 99 and 26. RGB value is (49,153,38). Sum of RGB (Red+Green+Blue) = 49+153+38=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #319926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319926 is #CE66D9. Grayscale: #6D6D6D. Windows color (decimal): -13526746 or 2529585. OLE color: 2529585.

HSL color Cylindrical-coordinate representation of color #319926: hue angle of 114.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319926 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB4915338-
CMYK0.6800.750.4
HSL114.26º60.21%37.45%-
HSV(B)114.26º75.16%60%-
XYZ13.0123.585.7-
YUV108.7988.0485.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 153 (60.16% from 255) = 63.75%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=20.42%
G=63.75%
B=15.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49153380.6800.750.4114.2660.2137.45
Hex3199264404B28723c25
Octal61231461040113501627445
Binary110001100110011001101000100010010111010001110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319926; }

 p { color: rgb(49,153,38); }

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

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

 a { background-color: rgb(49,153,38); }

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

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

 span { border-color: rgb(49,153,38); }

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