#13382F

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

Shades of Racing Green #13382F

Tints of Racing Green #13382F

Color information

#13382F (or 0x13382F) is unknown color: approx Racing Green. HEX triplet: 13, 38 and 2F. RGB value is (19,56,47). Sum of RGB (Red+Green+Blue) = 19+56+47=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #13382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13382F is #ECC7D0. Grayscale: #2B2B2B. Windows color (decimal): -15517649 or 3094547. OLE color: 3094547.

HSL color Cylindrical-coordinate representation of color #13382F: hue angle of 165.41º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13382F is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB195647-
CMYK0.6600.160.78
HSL165.41º49.33%14.71%-
HSV(B)165.41º66.07%21.96%-
XYZ2.23.173.19-
YUV43.91129.74110.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=15.57%
G=45.90%
B=38.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956470.6600.160.78165.4149.3314.71
Hex13382F420104Ea531f
Octal2370571020201162456117
Binary1001111100010111110000100100001001110101001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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