#122A23

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

Shades of Dark Green #122A23

Tints of Dark Green #122A23

Color information

#122A23 (or 0x122A23) is unknown color: approx Dark Green. HEX triplet: 12, 2A and 23. RGB value is (18,42,35). Sum of RGB (Red+Green+Blue) = 18+42+35=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #122A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A23 is #EDD5DC. Grayscale: #222222. Windows color (decimal): -15586781 or 2304530. OLE color: 2304530.

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

Color convert

RGB184235-
CMYK0.5700.170.84
HSL162.5º40%11.76%-
HSV(B)162.5º57.14%16.47%-
XYZ1.381.911.89-
YUV34.03128.55116.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=18.95%
G=44.21%
B=36.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842350.5700.170.84162.54011.76
Hex122A233901154a228c
Octal225243710211242425014
Binary100101010101000111110010100011010100101000101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,42,35); }

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

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

 a { background-color: rgb(18,42,35); }

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

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

 span { border-color: rgb(18,42,35); }

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