#122E21

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

Shades of Cardin Green #122E21

Tints of Cardin Green #122E21

Color information

#122E21 (or 0x122E21) is unknown color: approx Cardin Green. HEX triplet: 12, 2E and 21. RGB value is (18,46,33). Sum of RGB (Red+Green+Blue) = 18+46+33=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #122E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E21 is #EDD1DE. Grayscale: #242424. Windows color (decimal): -15585759 or 2174482. OLE color: 2174482.

HSL color Cylindrical-coordinate representation of color #122E21: hue angle of 152.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E21 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB184633-
CMYK0.6100.280.82
HSL152.14º43.75%12.55%-
HSV(B)152.14º60.87%18.04%-
XYZ1.52.191.78-
YUV36.15126.22115.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=18.56%
G=47.42%
B=34.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846330.6100.280.82152.1443.7512.55
Hex122E213D01C52982cd
Octal225641750341222305415
Binary100101011101000011111010111001010010100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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