#1AA72D

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

Shades of Forest Green #1AA72D

Tints of Forest Green #1AA72D

Color information

#1AA72D (or 0x1AA72D) is unknown color: approx Forest Green. HEX triplet: 1A, A7 and 2D. RGB value is (26,167,45). Sum of RGB (Red+Green+Blue) = 26+167+45=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA72D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA72D is #E558D2. Grayscale: #6F6F6F. Windows color (decimal): -15030483 or 2991898. OLE color: 2991898.

HSL color Cylindrical-coordinate representation of color #1AA72D: hue angle of 128.09º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA72D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB2616745-
CMYK0.8400.730.35
HSL128.09º73.06%37.84%-
HSV(B)128.09º84.43%65.49%-
XYZ14.7228.057.12-
YUV110.9390.7967.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 167 (65.62% from 255) = 70.17%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=10.92%
G=70.17%
B=18.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26167450.8400.730.35128.0973.0637.84
Hex1AA72D5404923804926
Octal322475512401114320011146
Binary1101010100111101101101010001001001100011100000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,167,45); }

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

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

 a { background-color: rgb(26,167,45); }

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

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

 span { border-color: rgb(26,167,45); }

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