#1D9715

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

Shades of Forest Green #1D9715

Tints of Forest Green #1D9715

Color information

#1D9715 (or 0x1D9715) is unknown color: approx Forest Green. HEX triplet: 1D, 97 and 15. RGB value is (29,151,21). Sum of RGB (Red+Green+Blue) = 29+151+21=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #1D9715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9715 is #E268EA. Grayscale: #646464. Windows color (decimal): -14837995 or 1414941. OLE color: 1414941.

HSL color Cylindrical-coordinate representation of color #1D9715: hue angle of 116.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9715 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB2915121-
CMYK0.8100.860.41
HSL116.31º75.58%33.73%-
HSV(B)116.31º86.09%59.22%-
XYZ11.7122.454.43-
YUV99.783.5877.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 151 (59.38% from 255) = 75.12%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=14.43%
G=75.12%
B=10.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29151210.8100.860.41116.3175.5833.73
Hex1D97155105629744c22
Octal352272512101265116411442
Binary11101100101111010110100010101011010100111101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,151,21); }

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

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

 a { background-color: rgb(29,151,21); }

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

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

 span { border-color: rgb(29,151,21); }

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