#1F9416

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

Shades of Forest Green #1F9416

Tints of Forest Green #1F9416

Color information

#1F9416 (or 0x1F9416) is unknown color: approx Forest Green. HEX triplet: 1F, 94 and 16. RGB value is (31,148,22). Sum of RGB (Red+Green+Blue) = 31+148+22=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9416 is #E06BE9. Grayscale: #636363. Windows color (decimal): -14707690 or 1479711. OLE color: 1479711.

HSL color Cylindrical-coordinate representation of color #1F9416: hue angle of 115.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9416 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB3114822-
CMYK0.7900.850.42
HSL115.71º74.12%33.33%-
HSV(B)115.71º85.14%58.04%-
XYZ11.321.534.32-
YUV98.6584.7479.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 148 (58.20% from 255) = 73.63%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=15.42%
G=73.63%
B=10.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31148220.7900.850.42115.7174.1233.33
Hex1F94164F0552A744a21
Octal372242611701255216411241
Binary11111100101001011010011110101010110101011101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9416; }

 p { color: rgb(31,148,22); }

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

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

 a { background-color: rgb(31,148,22); }

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

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

 span { border-color: rgb(31,148,22); }

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