#12992A

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

Shades of Forest Green #12992A

Tints of Forest Green #12992A

Color information

#12992A (or 0x12992A) is unknown color: approx Forest Green. HEX triplet: 12, 99 and 2A. RGB value is (18,153,42). Sum of RGB (Red+Green+Blue) = 18+153+42=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 153 (60.16% from 255 or 71.83% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 153 - color contains mainly: green. Hex color #12992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12992A is #ED66D5. Grayscale: #646464. Windows color (decimal): -15558358 or 2791698. OLE color: 2791698.

HSL color Cylindrical-coordinate representation of color #12992A: hue angle of 130.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12992A is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1815342-
CMYK0.8800.730.4
HSL130.67º78.95%33.53%-
HSV(B)130.67º88.24%60%-
XYZ12.0623.086.01-
YUV99.9895.2769.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 153 (60.16% from 255) = 71.83%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=8.45%
G=71.83%
B=19.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18153420.8800.730.4130.6778.9533.53
Hex12992A5804928834f22
Octal222315213001115020311742
Binary1001010011001101010101100001001001101000100000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12992A; }

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

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

<style>
 a { background-color: #12992A; }

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

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

<style>
 span { border-color: #12992A; }

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

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