#122B23

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

Shades of Dark Green #122B23

Tints of Dark Green #122B23

Color information

#122B23 (or 0x122B23) is unknown color: approx Dark Green. HEX triplet: 12, 2B and 23. RGB value is (18,43,35). Sum of RGB (Red+Green+Blue) = 18+43+35=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #122B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B23 is #EDD4DC. Grayscale: #222222. Windows color (decimal): -15586525 or 2304786. OLE color: 2304786.

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

Color convert

RGB184335-
CMYK0.5800.190.83
HSL160.8º40.98%11.96%-
HSV(B)160.8º58.14%16.86%-
XYZ1.421.981.9-
YUV34.61128.22116.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 43 (17.19% from 255) = 44.79%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=18.75%
G=44.79%
B=36.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1843350.5800.190.83160.840.9811.96
Hex122B233A01353a129c
Octal225343720231232415114
Binary100101010111000111110100100111010011101000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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