#1F7415

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

Shades of Forest Green #1F7415

Tints of Forest Green #1F7415

Color information

#1F7415 (or 0x1F7415) is unknown color: approx Forest Green. HEX triplet: 1F, 74 and 15. RGB value is (31,116,21). Sum of RGB (Red+Green+Blue) = 31+116+21=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7415 is #E08BEA. Grayscale: #505050. Windows color (decimal): -14715883 or 1405983. OLE color: 1405983.

HSL color Cylindrical-coordinate representation of color #1F7415: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F7415 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB3111621-
CMYK0.7300.820.55
HSL113.68º69.34%26.86%-
HSV(B)113.68º81.9%45.49%-
XYZ6.9512.842.82-
YUV79.7694.8493.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 116 (45.70% from 255) = 69.05%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=18.45%
G=69.05%
B=12.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116210.7300.820.55113.6869.3426.86
Hex1F7415490523772451b
Octal371642511101226716210533
Binary111111110100101011001001010100101101111110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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