#112A1C

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

Shades of Cardin Green #112A1C

Tints of Cardin Green #112A1C

Color information

#112A1C (or 0x112A1C) is unknown color: approx Cardin Green. HEX triplet: 11, 2A and 1C. RGB value is (17,42,28). Sum of RGB (Red+Green+Blue) = 17+42+28=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #112A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A1C is #EED5E3. Grayscale: #202020. Windows color (decimal): -15652324 or 1845777. OLE color: 1845777.

HSL color Cylindrical-coordinate representation of color #112A1C: hue angle of 146.4º 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 #112A1C is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB174228-
CMYK0.6000.330.84
HSL146.4º42.37%11.57%-
HSV(B)146.4º59.52%16.47%-
XYZ1.271.861.39-
YUV32.93125.22116.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 42 (16.80% from 255) = 48.28%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=19.54%
G=48.28%
B=32.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1742280.6000.330.84146.442.3711.57
Hex112A1C3C02154922ac
Octal215234740411242225214
Binary100011010101110011110001000011010100100100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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