#122E20

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

Shades of Cardin Green #122E20

Tints of Cardin Green #122E20

Color information

#122E20 (or 0x122E20) is unknown color: approx Cardin Green. HEX triplet: 12, 2E and 20. RGB value is (18,46,32). Sum of RGB (Red+Green+Blue) = 18+46+32=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #122E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E20 is #EDD1DF. Grayscale: #242424. Windows color (decimal): -15585760 or 2108946. OLE color: 2108946.

HSL color Cylindrical-coordinate representation of color #122E20: hue angle of 150º 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 #122E20 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB184632-
CMYK0.6100.300.82
HSL150º43.75%12.55%-
HSV(B)150º60.87%18.04%-
XYZ1.492.191.71-
YUV36.03125.72115.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=18.75%
G=47.92%
B=33.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846320.6100.300.8215043.7512.55
Hex122E203D01E52962cd
Octal225640750361222265415
Binary100101011101000001111010111101010010100101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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