Html Css Color HEX #113029 Racing Green

📋 copy color: '#113029'

red 17 ◦ green 48 ◦ blue 41

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

Shades of Racing Green #113029

Tints of Racing Green #113029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 16.04%
G = 45.28%
B = 38.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#113029 (or 0x113029) is known color: Racing Green. HEX triplet: 11, 30 and 29. RGB value is (17,48,41). Sum of RGB (Red+Green+Blue) = 17+48+41=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #113029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113029 is #EECFD6. Grayscale: #252525. Windows color (decimal): -15650775 or 2699281. OLE color: 2699281.

HSL color Cylindrical-coordinate representation of color #113029: hue angle of 166.45º 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 #113029 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 41 -
CMYK 0.65 0 0.15 0.81
HSL 166.45º 0.48% 0.13% -
HSV(B) 166.45º 0.65% 0.19% -
XYZ 1.69 2.39 2.47 -
YUV 37.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 17 48 41 0.65 0 0.15 0.81 166.45 0.48 0.13
Hex 11 30 29 41 0 F 51 A6 30 D
Octal 21 60 51 101 0 17 121 246 60 15
Binary 10001 110000 101001 1000001 0 1111 1010001 10100110 110000 1101

Color Harmonies of #113029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113029

Black with #113029

Text Example


Text Example

White with #113029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113029; }

 p { color: rgb(17,48,41); }

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

background-color css

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

 a { background-color: rgb(17,48,41); }

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

border-color css

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

 span { border-color: rgb(17,48,41); }

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