#12A025

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

Shades of Forest Green #12A025

Tints of Forest Green #12A025

Color information

#12A025 (or 0x12A025) is unknown color: approx Forest Green. HEX triplet: 12, A0 and 25. RGB value is (18,160,37). Sum of RGB (Red+Green+Blue) = 18+160+37=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #12A025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A025 is #ED5FDA. Grayscale: #676767. Windows color (decimal): -15556571 or 2465810. OLE color: 2465810.

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

Color convert

RGB1816037-
CMYK0.8900.770.37
HSL128.03º79.78%34.9%-
HSV(B)128.03º88.75%62.75%-
XYZ13.1525.45.96-
YUV103.5290.4667-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 160 (62.89% from 255) = 74.42%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=8.37%
G=74.42%
B=17.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160370.8900.770.37128.0379.7834.9
Hex12A0255904D25805023
Octal222404513101154520012043
Binary1001010100000100101101100101001101100101100000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,37); }

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

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

 a { background-color: rgb(18,160,37); }

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

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

 span { border-color: rgb(18,160,37); }

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