#1D970B

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

Shades of Forest Green #1D970B

Tints of Forest Green #1D970B

Color information

#1D970B (or 0x1D970B) is unknown color: approx Forest Green. HEX triplet: 1D, 97 and 0B. RGB value is (29,151,11). Sum of RGB (Red+Green+Blue) = 29+151+11=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 151 (59.38% from 255 or 79.06% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 151 - color contains mainly: green. Hex color #1D970B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D970B is #E268F4. Grayscale: #626262. Windows color (decimal): -14838005 or 759581. OLE color: 759581.

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

Color convert

RGB2915111-
CMYK0.8100.930.41
HSL112.29º86.42%31.76%-
HSV(B)112.29º92.72%59.22%-
XYZ11.6322.424.03-
YUV98.5678.5878.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 151 (59.38% from 255) = 79.06%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=15.18%
G=79.06%
B=5.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29151110.8100.930.41112.2986.4231.76
Hex1D97B5105D29705620
Octal352271312101355116012640
Binary1110110010111101110100010101110110100111100001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D970B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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