Html Css Color HEX #11342B Racing Green

📋 copy color: '#11342B'

red 17 ◦ green 52 ◦ blue 43

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

Shades of Racing Green #11342B

Tints of Racing Green #11342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

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

R = 15.18%
G = 46.43%
B = 38.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#11342B (or 0x11342B) is known color: Racing Green. HEX triplet: 11, 34 and 2B. RGB value is (17,52,43). Sum of RGB (Red+Green+Blue) = 17+52+43=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #11342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11342B is #EECBD4. Grayscale: #282828. Windows color (decimal): -15649749 or 2831377. OLE color: 2831377.

HSL color Cylindrical-coordinate representation of color #11342B: hue angle of 164.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11342B is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 43 -
CMYK 0.67 0 0.17 0.80
HSL 164.57º 0.51% 0.14% -
HSV(B) 164.57º 0.67% 0.2% -
XYZ 1.9 2.75 2.72 -
YUV 40.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 17 52 43 0.67 0 0.17 0.80 164.57 0.51 0.14
Hex 11 34 2B 43 0 11 50 A5 33 E
Octal 21 64 53 103 0 21 120 245 63 16
Binary 10001 110100 101011 1000011 0 10001 1010000 10100101 110011 1110

Color Harmonies of #11342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11342B

Black with #11342B

Text Example


Text Example

White with #11342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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