#12A528

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

Shades of Forest Green #12A528

Tints of Forest Green #12A528

Color information

#12A528 (or 0x12A528) is unknown color: approx Forest Green. HEX triplet: 12, A5 and 28. RGB value is (18,165,40). Sum of RGB (Red+Green+Blue) = 18+165+40=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 165 (64.84% from 255 or 73.99% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 165 - color contains mainly: green. Hex color #12A528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A528 is #ED5AD7. Grayscale: #6B6B6B. Windows color (decimal): -15555288 or 2663698. OLE color: 2663698.

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

Color convert

RGB1816540-
CMYK0.8900.760.35
HSL128.98º80.33%35.88%-
HSV(B)128.98º89.09%64.71%-
XYZ14.0927.196.51-
YUV106.890.364.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 165 (64.84% from 255) = 73.99%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=8.07%
G=73.99%
B=17.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165400.8900.760.35128.9880.3335.88
Hex12A5285904C23815024
Octal222455013101144320112044
Binary1001010100101101000101100101001100100011100000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,40); }

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

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

 a { background-color: rgb(18,165,40); }

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

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

 span { border-color: rgb(18,165,40); }

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