#122C24

Color #122C24 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #122C24

Tints of Dark Green #122C24

Color information

#122C24 (or 0x122C24) is unknown color: approx Dark Green. HEX triplet: 12, 2C and 24. RGB value is (18,44,36). Sum of RGB (Red+Green+Blue) = 18+44+36=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #122C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C24 is #EDD3DB. Grayscale: #232323. Windows color (decimal): -15586268 or 2370578. OLE color: 2370578.

HSL color Cylindrical-coordinate representation of color #122C24: hue angle of 161.54º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C24 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB184436-
CMYK0.5900.180.83
HSL161.54º41.94%12.16%-
HSV(B)161.54º59.09%17.25%-
XYZ1.472.061.99-
YUV35.31128.39115.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=18.37%
G=44.90%
B=36.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844360.5900.180.83161.5441.9412.16
Hex122C243B01253a22ac
Octal225444730221232425214
Binary100101011001001001110110100101010011101000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C24; }

 p { color: rgb(18,44,36); }

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

<style>
 a { background-color: #122C24; }

 a { background-color: rgb(18,44,36); }

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

<style>
 span { border-color: #122C24; }

 span { border-color: rgb(18,44,36); }

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