#1D841F

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

Shades of Forest Green #1D841F

Tints of Forest Green #1D841F

Color information

#1D841F (or 0x1D841F) is unknown color: approx Forest Green. HEX triplet: 1D, 84 and 1F. RGB value is (29,132,31). Sum of RGB (Red+Green+Blue) = 29+132+31=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #1D841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D841F is #E27BE0. Grayscale: #595959. Windows color (decimal): -14842849 or 2065437. OLE color: 2065437.

HSL color Cylindrical-coordinate representation of color #1D841F: hue angle of 121.17º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D841F is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB2913231-
CMYK0.7800.770.48
HSL121.17º63.98%31.57%-
HSV(B)121.17º78.03%51.76%-
XYZ9.0116.864.08-
YUV89.6994.8884.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 132 (51.95% from 255) = 68.75%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=15.10%
G=68.75%
B=16.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29132310.7800.770.48121.1763.9831.57
Hex1D841F4E04D30794020
Octal352043711601156017110040
Binary11101100001001111110011100100110111000011110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,132,31); }

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

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

 a { background-color: rgb(29,132,31); }

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

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

 span { border-color: rgb(29,132,31); }

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