#122C1D

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

Shades of Cardin Green #122C1D

Tints of Cardin Green #122C1D

Color information

#122C1D (or 0x122C1D) is unknown color: approx Cardin Green. HEX triplet: 12, 2C and 1D. RGB value is (18,44,29). Sum of RGB (Red+Green+Blue) = 18+44+29=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #122C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C1D is #EDD3E2. Grayscale: #222222. Windows color (decimal): -15586275 or 1911826. OLE color: 1911826.

HSL color Cylindrical-coordinate representation of color #122C1D: hue angle of 145.38º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #122C1D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB184429-
CMYK0.5900.340.83
HSL145.38º41.94%12.16%-
HSV(B)145.38º59.09%17.25%-
XYZ1.372.021.48-
YUV34.52124.89116.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 44 (17.58% from 255) = 48.35%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=19.78%
G=48.35%
B=31.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1844290.5900.340.83145.3841.9412.16
Hex122C1D3B02253912ac
Octal225435730421232215214
Binary100101011001110111101101000101010011100100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,29); }

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

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

 a { background-color: rgb(18,44,29); }

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

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

 span { border-color: rgb(18,44,29); }

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