#112421

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

Shades of Racing Green #112421

Tints of Racing Green #112421

Color information

#112421 (or 0x112421) is unknown color: approx Racing Green. HEX triplet: 11, 24 and 21. RGB value is (17,36,33). Sum of RGB (Red+Green+Blue) = 17+36+33=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #112421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112421 is #EEDBDE. Grayscale: #1D1D1D. Windows color (decimal): -15653855 or 2171921. OLE color: 2171921.

HSL color Cylindrical-coordinate representation of color #112421: hue angle of 170.53º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112421 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB173633-
CMYK0.5300.080.86
HSL170.53º35.85%10.39%-
HSV(B)170.53º52.78%14.12%-
XYZ1.141.491.67-
YUV29.98129.71118.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=19.77%
G=41.86%
B=38.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736330.5300.080.86170.5335.8510.39
Hex112421350856ab24a
Octal214441650101262534412
Binary10001100100100001110101010001010110101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112421; }

 p { color: rgb(17,36,33); }

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

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

 a { background-color: rgb(17,36,33); }

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

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

 span { border-color: rgb(17,36,33); }

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