#1D8127

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

Shades of Forest Green #1D8127

Tints of Forest Green #1D8127

Color information

#1D8127 (or 0x1D8127) is unknown color: approx Forest Green. HEX triplet: 1D, 81 and 27. RGB value is (29,129,39). Sum of RGB (Red+Green+Blue) = 29+129+39=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #1D8127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8127 is #E27ED8. Grayscale: #595959. Windows color (decimal): -14843609 or 2588957. OLE color: 2588957.

HSL color Cylindrical-coordinate representation of color #1D8127: hue angle of 126º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8127 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB2912939-
CMYK0.7800.700.49
HSL126º63.29%30.98%-
HSV(B)126º77.52%50.59%-
XYZ8.7216.114.57-
YUV88.8499.8785.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 129 (50.78% from 255) = 65.48%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=14.72%
G=65.48%
B=19.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29129390.7800.700.4912663.2930.98
Hex1D81274E046317e3f1f
Octal35201471160106611767737
Binary1110110000001100111100111001000110110001111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,129,39); }

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

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

 a { background-color: rgb(29,129,39); }

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

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

 span { border-color: rgb(29,129,39); }

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