#122C22

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

Shades of Cardin Green #122C22

Tints of Cardin Green #122C22

Color information

#122C22 (or 0x122C22) is unknown color: approx Cardin Green. HEX triplet: 12, 2C and 22. RGB value is (18,44,34). Sum of RGB (Red+Green+Blue) = 18+44+34=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #122C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C22 is #EDD3DD. Grayscale: #232323. Windows color (decimal): -15586270 or 2239506. OLE color: 2239506.

HSL color Cylindrical-coordinate representation of color #122C22: hue angle of 156.92º 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 #122C22 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB184434-
CMYK0.5900.230.83
HSL156.92º41.94%12.16%-
HSV(B)156.92º59.09%17.25%-
XYZ1.442.051.83-
YUV35.09127.39115.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=18.75%
G=45.83%
B=35.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844340.5900.230.83156.9241.9412.16
Hex122C223B017539d2ac
Octal225442730271232355214
Binary100101011001000101110110101111010011100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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