#122E24

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

Shades of Cardin Green #122E24

Tints of Cardin Green #122E24

Color information

#122E24 (or 0x122E24) is unknown color: approx Cardin Green. HEX triplet: 12, 2E and 24. RGB value is (18,46,36). Sum of RGB (Red+Green+Blue) = 18+46+36=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #122E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E24 is #EDD1DB. Grayscale: #242424. Windows color (decimal): -15585756 or 2371090. OLE color: 2371090.

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

Color convert

RGB184636-
CMYK0.6100.220.82
HSL158.57º43.75%12.55%-
HSV(B)158.57º60.87%18.04%-
XYZ1.542.212.01-
YUV36.49127.72114.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 46 (18.36% from 255) = 46%
BLUE value IS 36 (14.45% from 255) = 36%
R=18%
G=46%
B=36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846360.6100.220.82158.5743.7512.55
Hex122E243D016529f2cd
Octal225644750261222375415
Binary100101011101001001111010101101010010100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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