#112F2B

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

Shades of Racing Green #112F2B

Tints of Racing Green #112F2B

Color information

#112F2B (or 0x112F2B) is unknown color: approx Racing Green. HEX triplet: 11, 2F and 2B. RGB value is (17,47,43). Sum of RGB (Red+Green+Blue) = 17+47+43=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #112F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F2B is #EED0D4. Grayscale: #252525. Windows color (decimal): -15651029 or 2830097. OLE color: 2830097.

HSL color Cylindrical-coordinate representation of color #112F2B: hue angle of 172º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112F2B is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB174743-
CMYK0.6400.090.82
HSL172º46.88%12.55%-
HSV(B)172º63.83%18.43%-
XYZ1.682.332.65-
YUV37.57131.06113.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=15.89%
G=43.93%
B=40.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1747430.6400.090.8217246.8812.55
Hex112F2B400952ac2fd
Octal2157531000111222545715
Binary100011011111010111000000010011010010101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,47,43); }

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

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

 a { background-color: rgb(17,47,43); }

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

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

 span { border-color: rgb(17,47,43); }

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