#112E2A

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

Shades of Racing Green #112E2A

Tints of Racing Green #112E2A

Color information

#112E2A (or 0x112E2A) is unknown color: approx Racing Green. HEX triplet: 11, 2E and 2A. RGB value is (17,46,42). Sum of RGB (Red+Green+Blue) = 17+46+42=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #112E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E2A is #EED1D5. Grayscale: #242424. Windows color (decimal): -15651286 or 2764305. OLE color: 2764305.

HSL color Cylindrical-coordinate representation of color #112E2A: hue angle of 171.72º 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 #112E2A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB174642-
CMYK0.6300.090.82
HSL171.72º46.03%12.35%-
HSV(B)171.72º63.04%18.04%-
XYZ1.632.242.54-
YUV36.87130.89113.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 42 (16.80% from 255) = 40%
R=16.19%
G=43.81%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746420.6300.090.82171.7246.0312.35
Hex112E2A3F0952ac2ec
Octal215652770111222545614
Binary10001101110101010111111010011010010101011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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