#1D952D

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

Shades of Forest Green #1D952D

Tints of Forest Green #1D952D

Color information

#1D952D (or 0x1D952D) is unknown color: approx Forest Green. HEX triplet: 1D, 95 and 2D. RGB value is (29,149,45). Sum of RGB (Red+Green+Blue) = 29+149+45=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #1D952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D952D is #E26AD2. Grayscale: #656565. Windows color (decimal): -14838483 or 2987293. OLE color: 2987293.

HSL color Cylindrical-coordinate representation of color #1D952D: hue angle of 128º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D952D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB2914945-
CMYK0.8100.700.42
HSL128º67.42%34.9%-
HSV(B)128º80.54%58.43%-
XYZ11.7321.956.1-
YUV101.2696.2476.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 149 (58.59% from 255) = 66.82%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=13.00%
G=66.82%
B=20.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29149450.8100.700.4212867.4234.9
Hex1D952D510462A804323
Octal352255512101065220010343
Binary1110110010101101101101000101000110101010100000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,149,45); }

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

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

 a { background-color: rgb(29,149,45); }

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

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

 span { border-color: rgb(29,149,45); }

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