#13342D

Color #13342D Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #13342D

Tints of Racing Green #13342D

Color information

#13342D (or 0x13342D) is unknown color: approx Racing Green. HEX triplet: 13, 34 and 2D. RGB value is (19,52,45). Sum of RGB (Red+Green+Blue) = 19+52+45=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #13342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342D is #ECCBD2. Grayscale: #292929. Windows color (decimal): -15518675 or 2962451. OLE color: 2962451.

HSL color Cylindrical-coordinate representation of color #13342D: hue angle of 167.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13342D is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB195245-
CMYK0.6300.130.80
HSL167.27º46.48%13.92%-
HSV(B)167.27º63.46%20.39%-
XYZ1.972.782.92-
YUV41.34130.07112.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=16.38%
G=44.83%
B=38.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952450.6300.130.80167.2746.4813.92
Hex13342D3F0D50a72ee
Octal236455770151202475616
Binary10011110100101101111111011011010000101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,52,45); }

 H1.HeaderClassName
 {
   color: #13342D;
 }
 .AnyTagClassName
 {
   color: #13342D;
 }
</style>
background-color css

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

 a { background-color: rgb(19,52,45); }

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

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

 span { border-color: rgb(19,52,45); }

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