#1A9124

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

Shades of Forest Green #1A9124

Tints of Forest Green #1A9124

Color information

#1A9124 (or 0x1A9124) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 24. RGB value is (26,145,36). Sum of RGB (Red+Green+Blue) = 26+145+36=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9124 is #E56EDB. Grayscale: #616161. Windows color (decimal): -15036124 or 2396442. OLE color: 2396442.

HSL color Cylindrical-coordinate representation of color #1A9124: hue angle of 125.04º 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 #1A9124 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB2614536-
CMYK0.8200.750.43
HSL125.04º69.59%33.53%-
HSV(B)125.04º82.07%56.86%-
XYZ10.8720.65.07-
YUV96.9993.5877.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 145 (57.03% from 255) = 70.05%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=12.56%
G=70.05%
B=17.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145360.8200.750.43125.0469.5933.53
Hex1A91245204B2B7d4622
Octal322214412201135317510642
Binary110101001000110010010100100100101110101111111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,145,36); }

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

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

 a { background-color: rgb(26,145,36); }

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

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

 span { border-color: rgb(26,145,36); }

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