#13302B

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

Shades of Racing Green #13302B

Tints of Racing Green #13302B

Color information

#13302B (or 0x13302B) is unknown color: approx Racing Green. HEX triplet: 13, 30 and 2B. RGB value is (19,48,43). Sum of RGB (Red+Green+Blue) = 19+48+43=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #13302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13302B is #ECCFD4. Grayscale: #262626. Windows color (decimal): -15519701 or 2830355. OLE color: 2830355.

HSL color Cylindrical-coordinate representation of color #13302B: hue angle of 169.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13302B is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB194843-
CMYK0.6000.100.81
HSL169.66º43.28%13.14%-
HSV(B)169.66º60.42%18.82%-
XYZ1.762.432.66-
YUV38.76130.39113.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=17.27%
G=43.64%
B=39.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948430.6000.100.81169.6643.2813.14
Hex13302B3C0A51aa2bd
Octal236053740121212525315
Binary10011110000101011111100010101010001101010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13302B; }

 p { color: rgb(19,48,43); }

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

<style>
 a { background-color: #13302B; }

 a { background-color: rgb(19,48,43); }

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

<style>
 span { border-color: #13302B; }

 span { border-color: rgb(19,48,43); }

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