Html Css Color HEX #11201E Racing Green

📋 copy color: '#11201E'

red 17 ◦ green 32 ◦ blue 30

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

Shades of Racing Green #11201E

Tints of Racing Green #11201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40.51%

 BLUE value IS 30 (12.11% from 255) = 37.97%

R = 21.52%
G = 40.51%
B = 37.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#11201E (or 0x11201E) is known color: Racing Green. HEX triplet: 11, 20 and 1E. RGB value is (17,32,30). Sum of RGB (Red+Green+Blue) = 17+32+30=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #11201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201E is #EEDFE1. Grayscale: #1B1B1B. Windows color (decimal): -15654882 or 1974289. OLE color: 1974289.

HSL color Cylindrical-coordinate representation of color #11201E: hue angle of 172º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11201E is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 30 -
CMYK 0.47 0 0.06 0.87
HSL 172º 0.31% 0.1% -
HSV(B) 172º 0.47% 0.13% -
XYZ 0.98 1.25 1.42 -
YUV 27.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 17 32 30 0.47 0 0.06 0.87 172 0.31 0.1
Hex 11 20 1E 2F 0 6 57 AC 1F A
Octal 21 40 36 57 0 6 127 254 37 12
Binary 10001 100000 11110 101111 0 110 1010111 10101100 11111 1010

Color Harmonies of #11201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11201E

Black with #11201E

Text Example


Text Example

White with #11201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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