Html Css Color HEX #11332A Racing Green

📋 copy color: '#11332A'

red 17 ◦ green 51 ◦ blue 42

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

Shades of Racing Green #11332A

Tints of Racing Green #11332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 42 (16.8% from 255) = 38.18%

R = 15.45%
G = 46.36%
B = 38.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#11332A (or 0x11332A) is known color: Racing Green. HEX triplet: 11, 33 and 2A. RGB value is (17,51,42). Sum of RGB (Red+Green+Blue) = 17+51+42=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #11332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332A is #EECCD5. Grayscale: #272727. Windows color (decimal): -15650006 or 2765585. OLE color: 2765585.

HSL color Cylindrical-coordinate representation of color #11332A: hue angle of 164.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11332A is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 42 -
CMYK 0.67 0 0.18 0.8
HSL 164.12º 0.5% 0.13% -
HSV(B) 164.12º 0.67% 0.2% -
XYZ 1.83 2.65 2.61 -
YUV 39.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 17 51 42 0.67 0 0.18 0.8 164.12 0.5 0.13
Hex 11 33 2A 43 0 12 50 A4 32 D
Octal 21 63 52 103 0 22 120 244 62 15
Binary 10001 110011 101010 1000011 0 10010 1010000 10100100 110010 1101

Color Harmonies of #11332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11332A

Black with #11332A

Text Example


Text Example

White with #11332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11332A; }

 p { color: rgb(17,51,42); }

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

background-color css

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

 a { background-color: rgb(17,51,42); }

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

border-color css

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

 span { border-color: rgb(17,51,42); }

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