#122720

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

Shades of Dark Green #122720

Tints of Dark Green #122720

Color information

#122720 (or 0x122720) is unknown color: approx Dark Green. HEX triplet: 12, 27 and 20. RGB value is (18,39,32). Sum of RGB (Red+Green+Blue) = 18+39+32=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #122720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122720 is #EDD8DF. Grayscale: #1F1F1F. Windows color (decimal): -15587552 or 2107154. OLE color: 2107154.

HSL color Cylindrical-coordinate representation of color #122720: hue angle of 160º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122720 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB183932-
CMYK0.5400.180.85
HSL160º36.84%11.18%-
HSV(B)160º53.85%15.29%-
XYZ1.241.681.63-
YUV31.92128.04118.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=20.22%
G=43.82%
B=35.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1839320.5400.180.8516036.8411.18
Hex1227203601255a025b
Octal224740660221252404513
Binary100101001111000001101100100101010101101000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122720; }

 p { color: rgb(18,39,32); }

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

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

 a { background-color: rgb(18,39,32); }

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

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

 span { border-color: rgb(18,39,32); }

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