#13342C

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

Shades of Racing Green #13342C

Tints of Racing Green #13342C

Color information

#13342C (or 0x13342C) is unknown color: approx Racing Green. HEX triplet: 13, 34 and 2C. RGB value is (19,52,44). Sum of RGB (Red+Green+Blue) = 19+52+44=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #13342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342C is #ECCBD3. Grayscale: #292929. Windows color (decimal): -15518676 or 2896915. OLE color: 2896915.

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

Color convert

RGB195244-
CMYK0.6300.150.80
HSL165.45º46.48%13.92%-
HSV(B)165.45º63.46%20.39%-
XYZ1.952.782.82-
YUV41.22129.57112.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=16.52%
G=45.22%
B=38.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952440.6300.150.80165.4546.4813.92
Hex13342C3F0F50a52ee
Octal236454770171202455616
Binary10011110100101100111111011111010000101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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