#122C23

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

Shades of Dark Green #122C23

Tints of Dark Green #122C23

Color information

#122C23 (or 0x122C23) is unknown color: approx Dark Green. HEX triplet: 12, 2C and 23. RGB value is (18,44,35). Sum of RGB (Red+Green+Blue) = 18+44+35=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #122C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C23 is #EDD3DC. Grayscale: #232323. Windows color (decimal): -15586269 or 2305042. OLE color: 2305042.

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

Color convert

RGB184435-
CMYK0.5900.200.83
HSL159.23º41.94%12.16%-
HSV(B)159.23º59.09%17.25%-
XYZ1.452.051.91-
YUV35.2127.89115.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=18.56%
G=45.36%
B=36.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844350.5900.200.83159.2341.9412.16
Hex122C233B014539f2ac
Octal225443730241232375214
Binary100101011001000111110110101001010011100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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