#12A52A

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

Shades of Forest Green #12A52A

Tints of Forest Green #12A52A

Color information

#12A52A (or 0x12A52A) is unknown color: approx Forest Green. HEX triplet: 12, A5 and 2A. RGB value is (18,165,42). Sum of RGB (Red+Green+Blue) = 18+165+42=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #12A52A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A52A is #ED5AD5. Grayscale: #6B6B6B. Windows color (decimal): -15555286 or 2794770. OLE color: 2794770.

HSL color Cylindrical-coordinate representation of color #12A52A: hue angle of 129.8º 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 #12A52A is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1816542-
CMYK0.8900.750.35
HSL129.8º80.33%35.88%-
HSV(B)129.8º89.09%64.71%-
XYZ14.1227.216.7-
YUV107.0291.364.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 165 (64.84% from 255) = 73.33%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=8%
G=73.33%
B=18.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165420.8900.750.35129.880.3335.88
Hex12A52A5904B23825024
Octal222455213101134320212044
Binary1001010100101101010101100101001011100011100000101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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