#1d963c

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

Shades of Forest Green #1D963C

Tints of Forest Green #1D963C

Color information

#1D963C (or 0x1D963C) is unknown color: approx Forest Green. HEX triplet: 1D, 96 and 3C. RGB value is (29,150,60). Sum of RGB (Red+Green+Blue) = 29+150+60=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #1D963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D963C is #E269C3. Grayscale: #676767. Windows color (decimal): -14838212 or 3970589. OLE color: 3970589.

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

Color convert

RGB2915060-
CMYK0.8100.60.41
HSL135.37º67.6%35.1%-
HSV(B)135.37º80.67%58.82%-
XYZ12.2322.47.95-
YUV103.56103.4174.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=12.13%
G=62.76%
B=25.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29150600.8100.60.41135.3767.635.1
Hex1D963C5103C29874423
Octal35226741210745120710443
Binary111011001011011110010100010111100101001100001111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d963c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,150,60); }

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

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

 a { background-color: rgb(29,150,60); }

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

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

 span { border-color: rgb(29,150,60); }

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