#12A326

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

Shades of Forest Green #12A326

Tints of Forest Green #12A326

Color information

#12A326 (or 0x12A326) is unknown color: approx Forest Green. HEX triplet: 12, A3 and 26. RGB value is (18,163,38). Sum of RGB (Red+Green+Blue) = 18+163+38=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 163 (64.06% from 255 or 74.43% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 163 - color contains mainly: green. Hex color #12A326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A326 is #ED5CD9. Grayscale: #696969. Windows color (decimal): -15555802 or 2532114. OLE color: 2532114.

HSL color Cylindrical-coordinate representation of color #12A326: hue angle of 128.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A326 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1816338-
CMYK0.8900.770.36
HSL128.28º80.11%35.49%-
HSV(B)128.28º88.96%63.92%-
XYZ13.726.466.22-
YUV105.489.9665.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 163 (64.06% from 255) = 74.43%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=8.22%
G=74.43%
B=17.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18163380.8900.770.36128.2880.1135.49
Hex12A3265904D24805023
Octal222434613101154420012043
Binary1001010100011100110101100101001101100100100000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A326; }

 p { color: rgb(18,163,38); }

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

<style>
 a { background-color: #12A326; }

 a { background-color: rgb(18,163,38); }

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

<style>
 span { border-color: #12A326; }

 span { border-color: rgb(18,163,38); }

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