#122C20

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

Shades of Cardin Green #122C20

Tints of Cardin Green #122C20

Color information

#122C20 (or 0x122C20) is unknown color: approx Cardin Green. HEX triplet: 12, 2C and 20. RGB value is (18,44,32). Sum of RGB (Red+Green+Blue) = 18+44+32=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #122C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C20 is #EDD3DF. Grayscale: #222222. Windows color (decimal): -15586272 or 2108434. OLE color: 2108434.

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

Color convert

RGB184432-
CMYK0.5900.270.83
HSL152.31º41.94%12.16%-
HSV(B)152.31º59.09%17.25%-
XYZ1.412.031.68-
YUV34.86126.39115.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 44 (17.58% from 255) = 46.81%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=19.15%
G=46.81%
B=34.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844320.5900.270.83152.3141.9412.16
Hex122C203B01B53982ac
Octal225440730331232305214
Binary100101011001000001110110110111010011100110001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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