#1A801D

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

Shades of Forest Green #1A801D

Tints of Forest Green #1A801D

Color information

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

HSL color Cylindrical-coordinate representation of color #1A801D: hue angle of 121.76º 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 #1A801D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB2612829-
CMYK0.8000.770.50
HSL121.76º66.23%30.2%-
HSV(B)121.76º79.69%50.2%-
XYZ8.3715.753.76-
YUV86.2295.7185.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26128290.8000.770.50121.7666.2330.2
Hex1A801D5004D327a421e
Octal322003512001156217210236
Binary1101010000000111011010000010011011100101111010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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