Html Css Color HEX #11322C Racing Green

📋 copy color: '#11322C'

red 17 ◦ green 50 ◦ blue 44

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

Shades of Racing Green #11322C

Tints of Racing Green #11322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 39.64%

R = 15.32%
G = 45.05%
B = 39.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#11322C (or 0x11322C) is known color: Racing Green. HEX triplet: 11, 32 and 2C. RGB value is (17,50,44). Sum of RGB (Red+Green+Blue) = 17+50+44=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #11322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322C is #EECDD3. Grayscale: #272727. Windows color (decimal): -15650260 or 2896401. OLE color: 2896401.

HSL color Cylindrical-coordinate representation of color #11322C: hue angle of 169.09º 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 #11322C is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 44 -
CMYK 0.66 0 0.12 0.80
HSL 169.09º 0.49% 0.13% -
HSV(B) 169.09º 0.66% 0.2% -
XYZ 1.83 2.58 2.79 -
YUV 39.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 17 50 44 0.66 0 0.12 0.80 169.09 0.49 0.13
Hex 11 32 2C 42 0 C 50 A9 31 D
Octal 21 62 54 102 0 14 120 251 61 15
Binary 10001 110010 101100 1000010 0 1100 1010000 10101001 110001 1101

Color Harmonies of #11322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11322C

Black with #11322C

Text Example


Text Example

White with #11322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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