#112E29

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

Shades of Racing Green #112E29

Tints of Racing Green #112E29

Color information

#112E29 (or 0x112E29) is unknown color: approx Racing Green. HEX triplet: 11, 2E and 29. RGB value is (17,46,41). Sum of RGB (Red+Green+Blue) = 17+46+41=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #112E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E29 is #EED1D6. Grayscale: #242424. Windows color (decimal): -15651287 or 2698769. OLE color: 2698769.

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

Color convert

RGB174641-
CMYK0.6300.110.82
HSL169.66º46.03%12.35%-
HSV(B)169.66º63.04%18.04%-
XYZ1.612.232.44-
YUV36.76130.39113.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=16.35%
G=44.23%
B=39.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746410.6300.110.82169.6646.0312.35
Hex112E293F0B52aa2ec
Octal215651770131222525614
Binary10001101110101001111111010111010010101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,41); }

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

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

 a { background-color: rgb(17,46,41); }

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

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

 span { border-color: rgb(17,46,41); }

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