Html Css Color HEX #113430 Racing Green

📋 copy color: '#113430'

red 17 ◦ green 52 ◦ blue 48

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

Shades of Racing Green #113430

Tints of Racing Green #113430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 14.53%
G = 44.44%
B = 41.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#113430 (or 0x113430) is known color: Racing Green. HEX triplet: 11, 34 and 30. RGB value is (17,52,48). Sum of RGB (Red+Green+Blue) = 17+52+48=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #113430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113430 is #EECBCF. Grayscale: #292929. Windows color (decimal): -15649744 or 3159057. OLE color: 3159057.

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

Color convert

RGB 17 52 48 -
CMYK 0.67 0 0.08 0.80
HSL 173.14º 0.51% 0.14% -
HSV(B) 173.14º 0.67% 0.2% -
XYZ 1.99 2.79 3.23 -
YUV 41.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 17 52 48 0.67 0 0.08 0.80 173.14 0.51 0.14
Hex 11 34 30 43 0 8 50 AD 33 E
Octal 21 64 60 103 0 10 120 255 63 16
Binary 10001 110100 110000 1000011 0 1000 1010000 10101101 110011 1110

Color Harmonies of #113430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113430

Black with #113430

Text Example


Text Example

White with #113430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113430; }

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

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

background-color css

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

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

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

border-color css

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

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

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