#1F7515

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

Shades of Forest Green #1F7515

Tints of Forest Green #1F7515

Color information

#1F7515 (or 0x1F7515) is unknown color: approx Forest Green. HEX triplet: 1F, 75 and 15. RGB value is (31,117,21). Sum of RGB (Red+Green+Blue) = 31+117+21=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7515 is #E08AEA. Grayscale: #505050. Windows color (decimal): -14715627 or 1406239. OLE color: 1406239.

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

Color convert

RGB3111721-
CMYK0.7400.820.54
HSL113.75º69.57%27.06%-
HSV(B)113.75º82.05%45.88%-
XYZ7.0613.072.86-
YUV80.3494.5192.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 117 (46.09% from 255) = 69.23%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=18.34%
G=69.23%
B=12.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31117210.7400.820.54113.7569.5727.06
Hex1F75154A0523672461b
Octal371652511201226616210633
Binary111111110101101011001010010100101101101110010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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