#112C1F

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

Shades of Cardin Green #112C1F

Tints of Cardin Green #112C1F

Color information

#112C1F (or 0x112C1F) is unknown color: approx Cardin Green. HEX triplet: 11, 2C and 1F. RGB value is (17,44,31). Sum of RGB (Red+Green+Blue) = 17+44+31=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #112C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C1F is #EED3E0. Grayscale: #222222. Windows color (decimal): -15651809 or 2042897. OLE color: 2042897.

HSL color Cylindrical-coordinate representation of color #112C1F: hue angle of 151.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C1F is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB174431-
CMYK0.6100.300.83
HSL151.11º44.26%11.96%-
HSV(B)151.11º61.36%17.25%-
XYZ1.382.021.61-
YUV34.44126.05115.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 44 (17.58% from 255) = 47.83%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=18.48%
G=47.83%
B=33.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744310.6100.300.83151.1144.2611.96
Hex112C1F3D01E53972cc
Octal215437750361232275414
Binary10001101100111111111010111101010011100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,44,31); }

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

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

 a { background-color: rgb(17,44,31); }

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

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

 span { border-color: rgb(17,44,31); }

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