#1F7516

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

Shades of Forest Green #1F7516

Tints of Forest Green #1F7516

Color information

#1F7516 (or 0x1F7516) is unknown color: approx Forest Green. HEX triplet: 1F, 75 and 16. RGB value is (31,117,22). Sum of RGB (Red+Green+Blue) = 31+117+22=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7516 is #E08AE9. Grayscale: #505050. Windows color (decimal): -14715626 or 1471775. OLE color: 1471775.

HSL color Cylindrical-coordinate representation of color #1F7516: hue angle of 114.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7516 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB3111722-
CMYK0.7400.810.54
HSL114.32º68.35%27.25%-
HSV(B)114.32º81.2%45.88%-
XYZ7.0713.072.91-
YUV80.4695.0192.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 117 (46.09% from 255) = 68.82%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=18.24%
G=68.82%
B=12.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31117220.7400.810.54114.3268.3527.25
Hex1F75164A0513672441b
Octal371652611201216616210433
Binary111111110101101101001010010100011101101110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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