#1D9D35

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

Shades of Forest Green #1D9D35

Tints of Forest Green #1D9D35

Color information

#1D9D35 (or 0x1D9D35) is unknown color: approx Forest Green. HEX triplet: 1D, 9D and 35. RGB value is (29,157,53). Sum of RGB (Red+Green+Blue) = 29+157+53=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9D35 is #E262CA. Grayscale: #6B6B6B. Windows color (decimal): -14836427 or 3513629. OLE color: 3513629.

HSL color Cylindrical-coordinate representation of color #1D9D35: hue angle of 131.25º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D35 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB2915753-
CMYK0.8200.660.38
HSL131.25º68.82%36.47%-
HSV(B)131.25º81.53%61.57%-
XYZ13.2124.637.43-
YUV106.8797.5972.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 157 (61.72% from 255) = 65.69%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=12.13%
G=65.69%
B=22.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29157530.8200.660.38131.2568.8236.47
Hex1D9D355204226834524
Octal352356512201024620310544
Binary1110110011101110101101001001000010100110100000111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,157,53); }

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

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

 a { background-color: rgb(29,157,53); }

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

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

 span { border-color: rgb(29,157,53); }

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