#1A9326

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

Shades of Forest Green #1A9326

Tints of Forest Green #1A9326

Color information

#1A9326 (or 0x1A9326) is unknown color: approx Forest Green. HEX triplet: 1A, 93 and 26. RGB value is (26,147,38). Sum of RGB (Red+Green+Blue) = 26+147+38=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9326 is #E56CD9. Grayscale: #626262. Windows color (decimal): -15035610 or 2528026. OLE color: 2528026.

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

Color convert

RGB2614738-
CMYK0.8200.740.42
HSL125.95º69.94%33.92%-
HSV(B)125.95º82.31%57.65%-
XYZ11.2121.235.34-
YUV98.493.9176.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 147 (57.81% from 255) = 69.67%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=12.32%
G=69.67%
B=18.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147380.8200.740.42125.9569.9433.92
Hex1A93265204A2A7e4622
Octal322234612201125217610642
Binary110101001001110011010100100100101010101011111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,147,38); }

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

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

 a { background-color: rgb(26,147,38); }

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

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

 span { border-color: rgb(26,147,38); }

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