Html Css Color HEX #112420 Racing Green

📋 copy color: '#112420'

red 17 ◦ green 36 ◦ blue 32

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

Shades of Racing Green #112420

Tints of Racing Green #112420

RGB

 RED value IS 17 (7.03% from 255) = 20%

 GREEN value IS 36 (14.45% from 255) = 42.35%

 BLUE value IS 32 (12.89% from 255) = 37.65%

R = 20%
G = 42.35%
B = 37.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#112420 (or 0x112420) is known color: Racing Green. HEX triplet: 11, 24 and 20. RGB value is (17,36,32). Sum of RGB (Red+Green+Blue) = 17+36+32=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #112420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112420 is #EEDBDF. Grayscale: #1D1D1D. Windows color (decimal): -15653856 or 2106385. OLE color: 2106385.

HSL color Cylindrical-coordinate representation of color #112420: hue angle of 167.37º 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 #112420 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 36 32 -
CMYK 0.53 0 0.11 0.86
HSL 167.37º 0.36% 0.1% -
HSV(B) 167.37º 0.53% 0.14% -
XYZ 1.12 1.49 1.59 -
YUV 29.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 17 36 32 0.53 0 0.11 0.86 167.37 0.36 0.1
Hex 11 24 20 35 0 B 56 A7 24 A
Octal 21 44 40 65 0 13 126 247 44 12
Binary 10001 100100 100000 110101 0 1011 1010110 10100111 100100 1010

Color Harmonies of #112420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112420

Black with #112420

Text Example


Text Example

White with #112420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112420; }

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

 H1.HeaderClassName
 {
   color: #112420;
 }
 .AnyTagClassName
 {
   color: #112420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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