#1A921E

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

Shades of Forest Green #1A921E

Tints of Forest Green #1A921E

Color information

#1A921E (or 0x1A921E) is unknown color: approx Forest Green. HEX triplet: 1A, 92 and 1E. RGB value is (26,146,30). Sum of RGB (Red+Green+Blue) = 26+146+30=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #1A921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A921E is #E56DE1. Grayscale: #616161. Windows color (decimal): -15035874 or 2003482. OLE color: 2003482.

HSL color Cylindrical-coordinate representation of color #1A921E: hue angle of 122º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A921E is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB2614630-
CMYK0.8200.790.43
HSL122º69.77%33.73%-
HSV(B)122º82.19%57.25%-
XYZ10.9420.874.68-
YUV96.990.2477.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 146 (57.42% from 255) = 72.28%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=12.87%
G=72.28%
B=14.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146300.8200.790.4312269.7733.73
Hex1A921E5204F2B7a4622
Octal322223612201175317210642
Binary11010100100101111010100100100111110101111110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,30); }

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

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

 a { background-color: rgb(26,146,30); }

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

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

 span { border-color: rgb(26,146,30); }

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