#12922B

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

Shades of Forest Green #12922B

Tints of Forest Green #12922B

Color information

#12922B (or 0x12922B) is unknown color: approx Forest Green. HEX triplet: 12, 92 and 2B. RGB value is (18,146,43). Sum of RGB (Red+Green+Blue) = 18+146+43=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #12922B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12922B is #ED6DD4. Grayscale: #606060. Windows color (decimal): -15560149 or 2855442. OLE color: 2855442.

HSL color Cylindrical-coordinate representation of color #12922B: hue angle of 131.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12922B is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1814643-
CMYK0.8800.710.43
HSL131.72º78.05%32.16%-
HSV(B)131.72º87.67%57.25%-
XYZ10.9620.865.73-
YUV95.9998.0972.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 146 (57.42% from 255) = 70.53%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=8.70%
G=70.53%
B=20.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18146430.8800.710.43131.7278.0532.16
Hex12922B580472B844e20
Octal222225313001075320411640
Binary1001010010010101011101100001000111101011100001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12922B; }

 p { color: rgb(18,146,43); }

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

<style>
 a { background-color: #12922B; }

 a { background-color: rgb(18,146,43); }

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

<style>
 span { border-color: #12922B; }

 span { border-color: rgb(18,146,43); }

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