Html Css Color HEX #112421 Racing Green

📋 copy color: '#112421'

red 17 ◦ green 36 ◦ blue 33

#112421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #112421

Tints of Racing Green #112421

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 value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#112421 (or 0x112421) is known color: 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

RGB 17 36 33 -
CMYK 0.53 0 0.08 0.86
HSL 170.53º 0.36% 0.1% -
HSV(B) 170.53º 0.53% 0.14% -
XYZ 1.14 1.49 1.67 -
YUV 29.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 17 36 33 0.53 0 0.08 0.86 170.53 0.36 0.1
Hex 11 24 21 35 0 8 56 AB 24 A
Octal 21 44 41 65 0 10 126 253 44 12
Binary 10001 100100 100001 110101 0 1000 1010110 10101011 100100 1010

Color Harmonies of #112421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112421

Black with #112421

Text Example


Text Example

White with #112421

Text Example


Text Example

HTML Codes & Css Web 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>