#122D21

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

Shades of Cardin Green #122D21

Tints of Cardin Green #122D21

Color information

#122D21 (or 0x122D21) is unknown color: approx Cardin Green. HEX triplet: 12, 2D and 21. RGB value is (18,45,33). Sum of RGB (Red+Green+Blue) = 18+45+33=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #122D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D21 is #EDD2DE. Grayscale: #232323. Windows color (decimal): -15586015 or 2174226. OLE color: 2174226.

HSL color Cylindrical-coordinate representation of color #122D21: hue angle of 153.33º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D21 is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.82.

Color convert

RGB184533-
CMYK0.600.270.82
HSL153.33º42.86%12.35%-
HSV(B)153.33º60%17.65%-
XYZ1.462.121.77-
YUV35.56126.55115.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=18.75%
G=46.88%
B=34.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845330.600.270.82153.3342.8612.35
Hex122D213C01B52992bc
Octal225541740331222315314
Binary100101011011000011111000110111010010100110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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