#13342F

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

Shades of Racing Green #13342F

Tints of Racing Green #13342F

Color information

#13342F (or 0x13342F) is unknown color: approx Racing Green. HEX triplet: 13, 34 and 2F. RGB value is (19,52,47). Sum of RGB (Red+Green+Blue) = 19+52+47=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #13342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342F is #ECCBD0. Grayscale: #292929. Windows color (decimal): -15518673 or 3093523. OLE color: 3093523.

HSL color Cylindrical-coordinate representation of color #13342F: hue angle of 170.91º 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 #13342F is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB195247-
CMYK0.6300.100.80
HSL170.91º46.48%13.92%-
HSV(B)170.91º63.46%20.39%-
XYZ2.012.83.12-
YUV41.56131.07111.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=16.10%
G=44.07%
B=39.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952470.6300.100.80170.9146.4813.92
Hex13342F3F0A50ab2ee
Octal236457770121202535616
Binary10011110100101111111111010101010000101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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