#13342E

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

Shades of Racing Green #13342E

Tints of Racing Green #13342E

Color information

#13342E (or 0x13342E) is unknown color: approx Racing Green. HEX triplet: 13, 34 and 2E. RGB value is (19,52,46). Sum of RGB (Red+Green+Blue) = 19+52+46=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #13342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342E is #ECCBD1. Grayscale: #292929. Windows color (decimal): -15518674 or 3027987. OLE color: 3027987.

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

Color convert

RGB195246-
CMYK0.6300.120.80
HSL169.09º46.48%13.92%-
HSV(B)169.09º63.46%20.39%-
XYZ1.992.793.02-
YUV41.45130.57111.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=16.24%
G=44.44%
B=39.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952460.6300.120.80169.0946.4813.92
Hex13342E3F0C50a92ee
Octal236456770141202515616
Binary10011110100101110111111011001010000101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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