#1A9130

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

Shades of Forest Green #1A9130

Tints of Forest Green #1A9130

Color information

#1A9130 (or 0x1A9130) is unknown color: approx Forest Green. HEX triplet: 1A, 91 and 30. RGB value is (26,145,48). Sum of RGB (Red+Green+Blue) = 26+145+48=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9130 is #E56ECF. Grayscale: #626262. Windows color (decimal): -15036112 or 3182874. OLE color: 3182874.

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

Color convert

RGB2614548-
CMYK0.8200.670.43
HSL131.09º69.59%33.53%-
HSV(B)131.09º82.07%56.86%-
XYZ11.0820.686.2-
YUV98.3699.5876.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 145 (57.03% from 255) = 66.21%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=11.87%
G=66.21%
B=21.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26145480.8200.670.43131.0969.5933.53
Hex1A9130520432B834622
Octal322216012201035320310642
Binary1101010010001110000101001001000011101011100000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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