Html Css Color HEX #11211E Racing Green

📋 copy color: '#11211E'

red 17 ◦ green 33 ◦ blue 30

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

Shades of Racing Green #11211E

Tints of Racing Green #11211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 41.25%

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

R = 21.25%
G = 41.25%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#11211E (or 0x11211E) is known color: Racing Green. HEX triplet: 11, 21 and 1E. RGB value is (17,33,30). Sum of RGB (Red+Green+Blue) = 17+33+30=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #11211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11211E is #EEDEE1. Grayscale: #1B1B1B. Windows color (decimal): -15654626 or 1974545. OLE color: 1974545.

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

Color convert

RGB 17 33 30 -
CMYK 0.48 0 0.09 0.87
HSL 168.75º 0.32% 0.1% -
HSV(B) 168.75º 0.48% 0.13% -
XYZ 1.01 1.3 1.43 -
YUV 27.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 17 33 30 0.48 0 0.09 0.87 168.75 0.32 0.1
Hex 11 21 1E 30 0 9 57 A9 20 A
Octal 21 41 36 60 0 11 127 251 40 12
Binary 10001 100001 11110 110000 0 1001 1010111 10101001 100000 1010

Color Harmonies of #11211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11211E

Black with #11211E

Text Example


Text Example

White with #11211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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