Html Css Color HEX #113028 Racing Green

📋 copy color: '#113028'

red 17 ◦ green 48 ◦ blue 40

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

Shades of Racing Green #113028

Tints of Racing Green #113028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 16.19%
G = 45.71%
B = 38.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#113028 (or 0x113028) is known color: Racing Green. HEX triplet: 11, 30 and 28. RGB value is (17,48,40). Sum of RGB (Red+Green+Blue) = 17+48+40=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #113028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113028 is #EECFD7. Grayscale: #252525. Windows color (decimal): -15650776 or 2633745. OLE color: 2633745.

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

Color convert

RGB 17 48 40 -
CMYK 0.65 0 0.17 0.81
HSL 164.52º 0.48% 0.13% -
HSV(B) 164.52º 0.65% 0.19% -
XYZ 1.67 2.39 2.38 -
YUV 37.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 17 48 40 0.65 0 0.17 0.81 164.52 0.48 0.13
Hex 11 30 28 41 0 11 51 A5 30 D
Octal 21 60 50 101 0 21 121 245 60 15
Binary 10001 110000 101000 1000001 0 10001 1010001 10100101 110000 1101

Color Harmonies of #113028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113028

Black with #113028

Text Example


Text Example

White with #113028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113028; }

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

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

background-color css

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

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

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

border-color css

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

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

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