#1D8934

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

Shades of Forest Green #1D8934

Tints of Forest Green #1D8934

Color information

#1D8934 (or 0x1D8934) is unknown color: approx Forest Green. HEX triplet: 1D, 89 and 34. RGB value is (29,137,52). Sum of RGB (Red+Green+Blue) = 29+137+52=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8934 is #E276CB. Grayscale: #5F5F5F. Windows color (decimal): -14841548 or 3442973. OLE color: 3442973.

HSL color Cylindrical-coordinate representation of color #1D8934: hue angle of 132.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8934 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB2913752-
CMYK0.7900.620.46
HSL132.78º65.06%32.55%-
HSV(B)132.78º78.83%53.73%-
XYZ10.0718.46.27-
YUV95.02103.7280.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 137 (53.91% from 255) = 62.84%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=13.30%
G=62.84%
B=23.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29137520.7900.620.46132.7865.0632.55
Hex1D89344F03E2E854121
Octal35211641170765620510141
Binary111011000100111010010011110111110101110100001011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,137,52); }

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

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

 a { background-color: rgb(29,137,52); }

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

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

 span { border-color: rgb(29,137,52); }

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