#122D23

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

Shades of Cardin Green #122D23

Tints of Cardin Green #122D23

Color information

#122D23 (or 0x122D23) is unknown color: approx Cardin Green. HEX triplet: 12, 2D and 23. RGB value is (18,45,35). Sum of RGB (Red+Green+Blue) = 18+45+35=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #122D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D23 is #EDD2DC. Grayscale: #232323. Windows color (decimal): -15586013 or 2305298. OLE color: 2305298.

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

Color convert

RGB184535-
CMYK0.600.220.82
HSL157.78º42.86%12.35%-
HSV(B)157.78º60%17.65%-
XYZ1.492.131.92-
YUV35.79127.55115.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=18.37%
G=45.92%
B=35.71%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845350.600.220.82157.7842.8612.35
Hex122D233C016529e2bc
Octal225543740261222365314
Binary100101011011000111111000101101010010100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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