#122C21

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

Shades of Cardin Green #122C21

Tints of Cardin Green #122C21

Color information

#122C21 (or 0x122C21) is unknown color: approx Cardin Green. HEX triplet: 12, 2C and 21. RGB value is (18,44,33). Sum of RGB (Red+Green+Blue) = 18+44+33=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #122C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C21 is #EDD3DE. Grayscale: #222222. Windows color (decimal): -15586271 or 2173970. OLE color: 2173970.

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

Color convert

RGB184433-
CMYK0.5900.250.83
HSL154.62º41.94%12.16%-
HSV(B)154.62º59.09%17.25%-
XYZ1.422.041.76-
YUV34.97126.89115.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=18.95%
G=46.32%
B=34.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844330.5900.250.83154.6241.9412.16
Hex122C213B019539b2ac
Octal225441730311232335214
Binary100101011001000011110110110011010011100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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