Html Css Color HEX #112522 Racing Green

📋 copy color: '#112522'

red 17 ◦ green 37 ◦ blue 34

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

Shades of Racing Green #112522

Tints of Racing Green #112522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

 BLUE value IS 34 (13.67% from 255) = 38.64%

R = 19.32%
G = 42.05%
B = 38.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#112522 (or 0x112522) is known color: Racing Green. HEX triplet: 11, 25 and 22. RGB value is (17,37,34). Sum of RGB (Red+Green+Blue) = 17+37+34=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #112522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112522 is #EEDADD. Grayscale: #1E1E1E. Windows color (decimal): -15653598 or 2237713. OLE color: 2237713.

HSL color Cylindrical-coordinate representation of color #112522: hue angle of 171º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112522 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 34 -
CMYK 0.54 0 0.08 0.85
HSL 171º 0.37% 0.11% -
HSV(B) 171º 0.54% 0.15% -
XYZ 1.18 1.56 1.75 -
YUV 30.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 17 37 34 0.54 0 0.08 0.85 171 0.37 0.11
Hex 11 25 22 36 0 8 55 AB 25 B
Octal 21 45 42 66 0 10 125 253 45 13
Binary 10001 100101 100010 110110 0 1000 1010101 10101011 100101 1011

Color Harmonies of #112522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112522

Black with #112522

Text Example


Text Example

White with #112522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112522; }

 p { color: rgb(17,37,34); }

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

background-color css

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

 a { background-color: rgb(17,37,34); }

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

border-color css

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

 span { border-color: rgb(17,37,34); }

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