#1D8B2F

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

Shades of Forest Green #1D8B2F

Tints of Forest Green #1D8B2F

Color information

#1D8B2F (or 0x1D8B2F) is unknown color: approx Forest Green. HEX triplet: 1D, 8B and 2F. RGB value is (29,139,47). Sum of RGB (Red+Green+Blue) = 29+139+47=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B2F is #E274D0. Grayscale: #5F5F5F. Windows color (decimal): -14841041 or 3115805. OLE color: 3115805.

HSL color Cylindrical-coordinate representation of color #1D8B2F: hue angle of 129.82º degrees, saturation: 0.65, 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 #1D8B2F is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB2913947-
CMYK0.7900.660.45
HSL129.82º65.48%32.94%-
HSV(B)129.82º79.14%54.51%-
XYZ10.2518.935.8-
YUV95.62100.5680.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 139 (54.69% from 255) = 64.65%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=13.49%
G=64.65%
B=21.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29139470.7900.660.45129.8265.4832.94
Hex1D8B2F4F0422D824121
Octal352135711701025520210141
Binary1110110001011101111100111101000010101101100000101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,139,47); }

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

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

 a { background-color: rgb(29,139,47); }

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

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

 span { border-color: rgb(29,139,47); }

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