#122922

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

Shades of Dark Green #122922

Tints of Dark Green #122922

Color information

#122922 (or 0x122922) is unknown color: approx Dark Green. HEX triplet: 12, 29 and 22. RGB value is (18,41,34). Sum of RGB (Red+Green+Blue) = 18+41+34=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #122922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122922 is #EDD6DD. Grayscale: #212121. Windows color (decimal): -15587038 or 2238738. OLE color: 2238738.

HSL color Cylindrical-coordinate representation of color #122922: hue angle of 161.74º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122922 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB184134-
CMYK0.5600.170.84
HSL161.74º38.98%11.57%-
HSV(B)161.74º56.1%16.08%-
XYZ1.331.831.8-
YUV33.32128.38117.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 41 (16.41% from 255) = 44.09%
BLUE value IS 34 (13.67% from 255) = 36.56%
R=19.35%
G=44.09%
B=36.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841340.5600.170.84161.7438.9811.57
Hex1229223801154a227c
Octal225142700211242424714
Binary100101010011000101110000100011010100101000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122922; }

 p { color: rgb(18,41,34); }

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

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

 a { background-color: rgb(18,41,34); }

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

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

 span { border-color: rgb(18,41,34); }

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