#112A1D

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

Shades of Cardin Green #112A1D

Tints of Cardin Green #112A1D

Color information

#112A1D (or 0x112A1D) is unknown color: approx Cardin Green. HEX triplet: 11, 2A and 1D. RGB value is (17,42,29). Sum of RGB (Red+Green+Blue) = 17+42+29=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #112A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A1D is #EED5E2. Grayscale: #212121. Windows color (decimal): -15652323 or 1911313. OLE color: 1911313.

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

Color convert

RGB174229-
CMYK0.6000.310.84
HSL148.8º42.37%11.57%-
HSV(B)148.8º59.52%16.47%-
XYZ1.281.861.45-
YUV33.04125.72116.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=19.32%
G=47.73%
B=32.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742290.6000.310.84148.842.3711.57
Hex112A1D3C01F54952ac
Octal215235740371242255214
Binary10001101010111011111000111111010100100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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