#1A8021

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

Shades of Forest Green #1A8021

Tints of Forest Green #1A8021

Color information

#1A8021 (or 0x1A8021) is unknown color: approx Forest Green. HEX triplet: 1A, 80 and 21. RGB value is (26,128,33). Sum of RGB (Red+Green+Blue) = 26+128+33=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #1A8021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8021 is #E57FDE. Grayscale: #565656. Windows color (decimal): -15040479 or 2195482. OLE color: 2195482.

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

Color convert

RGB2612833-
CMYK0.8000.740.50
HSL124.12º66.23%30.2%-
HSV(B)124.12º79.69%50.2%-
XYZ8.4215.774.04-
YUV86.6797.7184.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 128 (50.39% from 255) = 68.45%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=13.90%
G=68.45%
B=17.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26128330.8000.740.50124.1266.2330.2
Hex1A80215004A327c421e
Octal322004112001126217410236
Binary11010100000001000011010000010010101100101111100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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