Html Css Color HEX #11352C Racing Green

📋 copy color: '#11352C'

red 17 ◦ green 53 ◦ blue 44

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

Shades of Racing Green #11352C

Tints of Racing Green #11352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.49%

 BLUE value IS 44 (17.58% from 255) = 38.6%

R = 14.91%
G = 46.49%
B = 38.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#11352C (or 0x11352C) is known color: Racing Green. HEX triplet: 11, 35 and 2C. RGB value is (17,53,44). Sum of RGB (Red+Green+Blue) = 17+53+44=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #11352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11352C is #EECAD3. Grayscale: #292929. Windows color (decimal): -15649492 or 2897169. OLE color: 2897169.

HSL color Cylindrical-coordinate representation of color #11352C: hue angle of 165º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11352C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 53 44 -
CMYK 0.68 0 0.17 0.79
HSL 165º 0.51% 0.14% -
HSV(B) 165º 0.68% 0.21% -
XYZ 1.96 2.85 2.83 -
YUV 41.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 17 53 44 0.68 0 0.17 0.79 165 0.51 0.14
Hex 11 35 2C 44 0 11 4F A5 33 E
Octal 21 65 54 104 0 21 117 245 63 16
Binary 10001 110101 101100 1000100 0 10001 1001111 10100101 110011 1110

Color Harmonies of #11352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11352C

Black with #11352C

Text Example


Text Example

White with #11352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11352C; }

 p { color: rgb(17,53,44); }

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

background-color css

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

 a { background-color: rgb(17,53,44); }

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

border-color css

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

 span { border-color: rgb(17,53,44); }

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