Html Css Color HEX #11322E Racing Green

📋 copy color: '#11322E'

red 17 ◦ green 50 ◦ blue 46

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

Shades of Racing Green #11322E

Tints of Racing Green #11322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.25%

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 15.04%
G = 44.25%
B = 40.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#11322E (or 0x11322E) is known color: Racing Green. HEX triplet: 11, 32 and 2E. RGB value is (17,50,46). Sum of RGB (Red+Green+Blue) = 17+50+46=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #11322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322E is #EECDD1. Grayscale: #272727. Windows color (decimal): -15650258 or 3027473. OLE color: 3027473.

HSL color Cylindrical-coordinate representation of color #11322E: hue angle of 172.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11322E is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 46 -
CMYK 0.66 0 0.08 0.80
HSL 172.73º 0.49% 0.13% -
HSV(B) 172.73º 0.66% 0.2% -
XYZ 1.86 2.6 2.99 -
YUV 39.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 17 50 46 0.66 0 0.08 0.80 172.73 0.49 0.13
Hex 11 32 2E 42 0 8 50 AD 31 D
Octal 21 62 56 102 0 10 120 255 61 15
Binary 10001 110010 101110 1000010 0 1000 1010000 10101101 110001 1101

Color Harmonies of #11322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11322E

Black with #11322E

Text Example


Text Example

White with #11322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,50,46); }

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

background-color css

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

 a { background-color: rgb(17,50,46); }

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

border-color css

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

 span { border-color: rgb(17,50,46); }

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