#319B1C

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

Shades of Forest Green #319B1C

Tints of Forest Green #319B1C

Color information

#319B1C (or 0x319B1C) is unknown color: approx Forest Green. HEX triplet: 31, 9B and 1C. RGB value is (49,155,28). Sum of RGB (Red+Green+Blue) = 49+155+28=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 155 (60.94% from 255 or 66.81% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 155 - color contains mainly: green. Hex color #319B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B1C is #CE64E3. Grayscale: #6D6D6D. Windows color (decimal): -13526244 or 1874737. OLE color: 1874737.

HSL color Cylindrical-coordinate representation of color #319B1C: hue angle of 110.08º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #319B1C is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB4915528-
CMYK0.6800.820.39
HSL110.08º69.4%35.88%-
HSV(B)110.08º81.94%60.78%-
XYZ13.224.185.07-
YUV108.8382.3885.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 155 (60.94% from 255) = 66.81%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=21.12%
G=66.81%
B=12.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49155280.6800.820.39110.0869.435.88
Hex319B1C44052276e4524
Octal612333410401224715610544
Binary110001100110111110010001000101001010011111011101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319B1C; }

 p { color: rgb(49,155,28); }

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

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

 a { background-color: rgb(49,155,28); }

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

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

 span { border-color: rgb(49,155,28); }

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