#1A972E

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

Shades of Forest Green #1A972E

Tints of Forest Green #1A972E

Color information

#1A972E (or 0x1A972E) is unknown color: approx Forest Green. HEX triplet: 1A, 97 and 2E. RGB value is (26,151,46). Sum of RGB (Red+Green+Blue) = 26+151+46=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 151 (59.38% from 255 or 67.71% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 151 - color contains mainly: green. Hex color #1A972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A972E is #E568D1. Grayscale: #656565. Windows color (decimal): -15034578 or 3053338. OLE color: 3053338.

HSL color Cylindrical-coordinate representation of color #1A972E: hue angle of 129.6º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A972E is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB2615146-
CMYK0.8300.700.41
HSL129.6º70.62%34.71%-
HSV(B)129.6º82.78%59.22%-
XYZ11.9922.556.31-
YUV101.6696.5974.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 151 (59.38% from 255) = 67.71%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=11.66%
G=67.71%
B=20.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26151460.8300.700.41129.670.6234.71
Hex1A972E5304629824723
Octal322275612301065120210743
Binary1101010010111101110101001101000110101001100000101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,151,46); }

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

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

 a { background-color: rgb(26,151,46); }

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

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

 span { border-color: rgb(26,151,46); }

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