Html Css Color HEX #13352F Racing Green

📋 copy color: '#13352F'

red 19 ◦ green 53 ◦ blue 47

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

Shades of Racing Green #13352F

Tints of Racing Green #13352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 15.97%
G = 44.54%
B = 39.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#13352F (or 0x13352F) is known color: Racing Green. HEX triplet: 13, 35 and 2F. RGB value is (19,53,47). Sum of RGB (Red+Green+Blue) = 19+53+47=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #13352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13352F is #ECCAD0. Grayscale: #2A2A2A. Windows color (decimal): -15518417 or 3093779. OLE color: 3093779.

HSL color Cylindrical-coordinate representation of color #13352F: hue angle of 169.41º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13352F is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 53 47 -
CMYK 0.64 0 0.11 0.79
HSL 169.41º 0.47% 0.14% -
HSV(B) 169.41º 0.64% 0.21% -
XYZ 2.05 2.89 3.14 -
YUV 42.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 19 53 47 0.64 0 0.11 0.79 169.41 0.47 0.14
Hex 13 35 2F 40 0 B 4F A9 2F E
Octal 23 65 57 100 0 13 117 251 57 16
Binary 10011 110101 101111 1000000 0 1011 1001111 10101001 101111 1110

Color Harmonies of #13352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13352F

Black with #13352F

Text Example


Text Example

White with #13352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13352F; }

 p { color: rgb(19,53,47); }

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

background-color css

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

 a { background-color: rgb(19,53,47); }

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

border-color css

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

 span { border-color: rgb(19,53,47); }

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