#122A1D

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

Shades of Cardin Green #122A1D

Tints of Cardin Green #122A1D

Color information

#122A1D (or 0x122A1D) is unknown color: approx Cardin Green. HEX triplet: 12, 2A and 1D. RGB value is (18,42,29). Sum of RGB (Red+Green+Blue) = 18+42+29=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #122A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A1D is #EDD5E2. Grayscale: #212121. Windows color (decimal): -15586787 or 1911314. OLE color: 1911314.

HSL color Cylindrical-coordinate representation of color #122A1D: hue angle of 147.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A1D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB184229-
CMYK0.5700.310.84
HSL147.5º40%11.76%-
HSV(B)147.5º57.14%16.47%-
XYZ1.31.871.46-
YUV33.34125.55117.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 42 (16.80% from 255) = 47.19%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=20.22%
G=47.19%
B=32.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842290.5700.310.84147.54011.76
Hex122A1D3901F549428c
Octal225235710371242245014
Binary10010101010111011110010111111010100100101001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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