#112C28

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

Shades of Racing Green #112C28

Tints of Racing Green #112C28

Color information

#112C28 (or 0x112C28) is unknown color: approx Racing Green. HEX triplet: 11, 2C and 28. RGB value is (17,44,40). Sum of RGB (Red+Green+Blue) = 17+44+40=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #112C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C28 is #EED3D7. Grayscale: #232323. Windows color (decimal): -15651800 or 2632721. OLE color: 2632721.

HSL color Cylindrical-coordinate representation of color #112C28: hue angle of 171.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 #112C28 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB174440-
CMYK0.6100.090.83
HSL171.11º44.26%11.96%-
HSV(B)171.11º61.36%17.25%-
XYZ1.512.072.33-
YUV35.47130.55114.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 44 (17.58% from 255) = 43.56%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=16.83%
G=43.56%
B=39.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744400.6100.090.83171.1144.2611.96
Hex112C283D0953ab2cc
Octal215450750111232535414
Binary10001101100101000111101010011010011101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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