Html Css Color HEX #11372D Racing Green

📋 copy color: '#11372D'

red 17 ◦ green 55 ◦ blue 45

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

Shades of Racing Green #11372D

Tints of Racing Green #11372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.01%

 BLUE value IS 45 (17.97% from 255) = 38.46%

R = 14.53%
G = 47.01%
B = 38.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#11372D (or 0x11372D) is known color: Racing Green. HEX triplet: 11, 37 and 2D. RGB value is (17,55,45). Sum of RGB (Red+Green+Blue) = 17+55+45=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #11372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372D is #EEC8D2. Grayscale: #2A2A2A. Windows color (decimal): -15648979 or 2963217. OLE color: 2963217.

HSL color Cylindrical-coordinate representation of color #11372D: hue angle of 164.21º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11372D is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 45 -
CMYK 0.69 0 0.18 0.78
HSL 164.21º 0.53% 0.14% -
HSV(B) 164.21º 0.69% 0.22% -
XYZ 2.07 3.04 2.96 -
YUV 42.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 17 55 45 0.69 0 0.18 0.78 164.21 0.53 0.14
Hex 11 37 2D 45 0 12 4E A4 35 E
Octal 21 67 55 105 0 22 116 244 65 16
Binary 10001 110111 101101 1000101 0 10010 1001110 10100100 110101 1110

Color Harmonies of #11372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11372D

Black with #11372D

Text Example


Text Example

White with #11372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11372D; }

 p { color: rgb(17,55,45); }

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

background-color css

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

 a { background-color: rgb(17,55,45); }

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

border-color css

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

 span { border-color: rgb(17,55,45); }

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