Html Css Color HEX #13372C Racing Green

📋 copy color: '#13372C'

red 19 ◦ green 55 ◦ blue 44

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

Shades of Racing Green #13372C

Tints of Racing Green #13372C

RGB

 RED value IS 19 (7.81% from 255) = 16.1%

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

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

R = 16.1%
G = 46.61%
B = 37.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#13372C (or 0x13372C) is known color: Racing Green. HEX triplet: 13, 37 and 2C. RGB value is (19,55,44). Sum of RGB (Red+Green+Blue) = 19+55+44=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #13372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13372C is #ECC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15517908 or 2897683. OLE color: 2897683.

HSL color Cylindrical-coordinate representation of color #13372C: hue angle of 161.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13372C is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 44 -
CMYK 0.65 0 0.2 0.78
HSL 161.67º 0.49% 0.15% -
HSV(B) 161.67º 0.65% 0.22% -
XYZ 2.09 3.05 2.86 -
YUV 42.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 19 55 44 0.65 0 0.2 0.78 161.67 0.49 0.15
Hex 13 37 2C 41 0 14 4E A2 31 F
Octal 23 67 54 101 0 24 116 242 61 17
Binary 10011 110111 101100 1000001 0 10100 1001110 10100010 110001 1111

Color Harmonies of #13372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13372C

Black with #13372C

Text Example


Text Example

White with #13372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,55,44); }

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

background-color css

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

 a { background-color: rgb(19,55,44); }

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

border-color css

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

 span { border-color: rgb(19,55,44); }

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