Html Css Color HEX #11312B Racing Green

📋 copy color: '#11312B'

red 17 ◦ green 49 ◦ blue 43

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

Shades of Racing Green #11312B

Tints of Racing Green #11312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.95%

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 15.6%
G = 44.95%
B = 39.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#11312B (or 0x11312B) is known color: Racing Green. HEX triplet: 11, 31 and 2B. RGB value is (17,49,43). Sum of RGB (Red+Green+Blue) = 17+49+43=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #11312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11312B is #EECED4. Grayscale: #262626. Windows color (decimal): -15650517 or 2830609. OLE color: 2830609.

HSL color Cylindrical-coordinate representation of color #11312B: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11312B is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 43 -
CMYK 0.65 0 0.12 0.81
HSL 168.75º 0.48% 0.13% -
HSV(B) 168.75º 0.65% 0.19% -
XYZ 1.77 2.49 2.67 -
YUV 38.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 17 49 43 0.65 0 0.12 0.81 168.75 0.48 0.13
Hex 11 31 2B 41 0 C 51 A9 30 D
Octal 21 61 53 101 0 14 121 251 60 15
Binary 10001 110001 101011 1000001 0 1100 1010001 10101001 110000 1101

Color Harmonies of #11312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11312B

Black with #11312B

Text Example


Text Example

White with #11312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11312B; }

 p { color: rgb(17,49,43); }

 H1.HeaderClassName
 {
   color: #11312B;
 }
 .AnyTagClassName
 {
   color: #11312B;
 }
</style>

background-color css

<style>
 a { background-color: #11312B; }

 a { background-color: rgb(17,49,43); }

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

border-color css

<style>
 span { border-color: #11312B; }

 span { border-color: rgb(17,49,43); }

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