Html Css Color HEX #113229 Racing Green

📋 copy color: '#113229'

red 17 ◦ green 50 ◦ blue 41

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

Shades of Racing Green #113229

Tints of Racing Green #113229

RGB

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

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

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

R = 15.74%
G = 46.3%
B = 37.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#113229 (or 0x113229) is known color: Racing Green. HEX triplet: 11, 32 and 29. RGB value is (17,50,41). Sum of RGB (Red+Green+Blue) = 17+50+41=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #113229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113229 is #EECDD6. Grayscale: #272727. Windows color (decimal): -15650263 or 2699793. OLE color: 2699793.

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

Color convert

RGB 17 50 41 -
CMYK 0.66 0 0.18 0.80
HSL 163.64º 0.49% 0.13% -
HSV(B) 163.64º 0.66% 0.2% -
XYZ 1.77 2.56 2.5 -
YUV 39.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 17 50 41 0.66 0 0.18 0.80 163.64 0.49 0.13
Hex 11 32 29 42 0 12 50 A4 31 D
Octal 21 62 51 102 0 22 120 244 61 15
Binary 10001 110010 101001 1000010 0 10010 1010000 10100100 110001 1101

Color Harmonies of #113229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113229

Black with #113229

Text Example


Text Example

White with #113229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113229; }

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

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

background-color css

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

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

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

border-color css

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

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

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