#112D1E

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

Shades of Cardin Green #112D1E

Tints of Cardin Green #112D1E

Color information

#112D1E (or 0x112D1E) is unknown color: approx Cardin Green. HEX triplet: 11, 2D and 1E. RGB value is (17,45,30). Sum of RGB (Red+Green+Blue) = 17+45+30=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1E is #EED2E1. Grayscale: #222222. Windows color (decimal): -15651554 or 1977617. OLE color: 1977617.

HSL color Cylindrical-coordinate representation of color #112D1E: hue angle of 147.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D1E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB174530-
CMYK0.6200.330.82
HSL147.86º45.16%12.16%-
HSV(B)147.86º62.22%17.65%-
XYZ1.42.091.56-
YUV34.92125.22115.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=18.48%
G=48.91%
B=32.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745300.6200.330.82147.8645.1612.16
Hex112D1E3E02152942dc
Octal215536760411222245514
Binary100011011011111011111001000011010010100101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,30); }

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

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

 a { background-color: rgb(17,45,30); }

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

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

 span { border-color: rgb(17,45,30); }

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