#1D801A

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

Shades of Forest Green #1D801A

Tints of Forest Green #1D801A

Color information

#1D801A (or 0x1D801A) is unknown color: approx Forest Green. HEX triplet: 1D, 80 and 1A. RGB value is (29,128,26). Sum of RGB (Red+Green+Blue) = 29+128+26=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #1D801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D801A is #E27FE5. Grayscale: #575757. Windows color (decimal): -14843878 or 1736733. OLE color: 1736733.

HSL color Cylindrical-coordinate representation of color #1D801A: hue angle of 118.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D801A is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB2912826-
CMYK0.7700.800.50
HSL118.24º66.23%30.2%-
HSV(B)118.24º79.69%50.2%-
XYZ8.4115.773.58-
YUV86.7793.786.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 128 (50.39% from 255) = 69.95%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=15.85%
G=69.95%
B=14.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29128260.7700.800.50118.2466.2330.2
Hex1D801A4D0503276421e
Octal352003211501206216610236
Binary1110110000000110101001101010100001100101110110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,26); }

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

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

 a { background-color: rgb(29,128,26); }

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

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

 span { border-color: rgb(29,128,26); }

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