#122D24

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

Shades of Dark Green #122D24

Tints of Dark Green #122D24

Color information

#122D24 (or 0x122D24) is unknown color: approx Dark Green. HEX triplet: 12, 2D and 24. RGB value is (18,45,36). Sum of RGB (Red+Green+Blue) = 18+45+36=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #122D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D24 is #EDD2DB. Grayscale: #232323. Windows color (decimal): -15586012 or 2370834. OLE color: 2370834.

HSL color Cylindrical-coordinate representation of color #122D24: hue angle of 160º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D24 is Cyan = 0.6, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.

Color convert

RGB184536-
CMYK0.600.20.82
HSL160º42.86%12.35%-
HSV(B)160º60%17.65%-
XYZ1.512.132-
YUV35.9128.05115.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=18.18%
G=45.45%
B=36.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845360.600.20.8216042.8612.35
Hex122D243C01452a02bc
Octal225544740241222405314
Binary100101011011001001111000101001010010101000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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