Shades of Racing Green #13382F
Tints of Racing Green #13382F
RGB
CMYK
RGB Variations
Color information
#13382F (or 0x13382F) is known color: 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
| RGB | 19 | 56 | 47 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.78 |
| HSL | 165.41º | 0.49% | 0.15% | - |
| HSV(B) | 165.41º | 0.66% | 0.22% | - |
| XYZ | 2.2 | 3.17 | 3.19 | - |
| YUV | 43.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 47 | 0.66 | 0 | 0.16 | 0.78 | 165.41 | 0.49 | 0.15 |
| Hex | 13 | 38 | 2F | 42 | 0 | 10 | 4E | A5 | 31 | F |
| Octal | 23 | 70 | 57 | 102 | 0 | 20 | 116 | 245 | 61 | 17 |
| Binary | 10011 | 111000 | 101111 | 1000010 | 0 | 10000 | 1001110 | 10100101 | 110001 | 1111 |
Color Harmonies of #13382F
Complementary color
Monochromatic Colors of #13382F
Black with #13382F
Text Example
Text Example
White with #13382F
Text Example
Text Example
HTML Codes & Css Web 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>