#1D8D33

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

Shades of Forest Green #1D8D33

Tints of Forest Green #1D8D33

Color information

#1D8D33 (or 0x1D8D33) is unknown color: approx Forest Green. HEX triplet: 1D, 8D and 33. RGB value is (29,141,51). Sum of RGB (Red+Green+Blue) = 29+141+51=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D33 is #E272CC. Grayscale: #616161. Windows color (decimal): -14840525 or 3378461. OLE color: 3378461.

HSL color Cylindrical-coordinate representation of color #1D8D33: hue angle of 131.79º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D33 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB2914151-
CMYK0.7900.640.45
HSL131.79º65.88%33.33%-
HSV(B)131.79º79.43%55.29%-
XYZ10.6319.556.35-
YUV97.25101.8979.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 141 (55.47% from 255) = 63.80%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=13.12%
G=63.80%
B=23.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29141510.7900.640.45131.7965.8833.33
Hex1D8D334F0402D844221
Octal352156311701005520410241
Binary1110110001101110011100111101000000101101100001001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,141,51); }

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

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

 a { background-color: rgb(29,141,51); }

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

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

 span { border-color: rgb(29,141,51); }

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