Shades of Racing Green #0F342B
Tints of Racing Green #0F342B
RGB
CMYK
RGB Variations
Color information
#0F342B (or 0x0F342B) is known color: Racing Green. HEX triplet: 0F, 34 and 2B. RGB value is (15,52,43). Sum of RGB (Red+Green+Blue) = 15+52+43=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #0F342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F342B is #F0CBD4. Grayscale: #272727. Windows color (decimal): -15780821 or 2831375. OLE color: 2831375.
HSL color Cylindrical-coordinate representation of color #0F342B: hue angle of 165.41º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F342B is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 43 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.80 |
| HSL | 165.41º | 0.55% | 0.13% | - |
| HSV(B) | 165.41º | 0.71% | 0.2% | - |
| XYZ | 1.86 | 2.73 | 2.71 | - |
| YUV | 39.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 43 | 0.71 | 0 | 0.17 | 0.80 | 165.41 | 0.55 | 0.13 |
| Hex | F | 34 | 2B | 47 | 0 | 11 | 50 | A5 | 37 | D |
| Octal | 17 | 64 | 53 | 107 | 0 | 21 | 120 | 245 | 67 | 15 |
| Binary | 1111 | 110100 | 101011 | 1000111 | 0 | 10001 | 1010000 | 10100101 | 110111 | 1101 |
Color Harmonies of #0F342B
Complementary color
Monochromatic Colors of #0F342B
Black with #0F342B
Text Example
Text Example
White with #0F342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F342B; }
p { color: rgb(15,52,43); }
H1.HeaderClassName
{
color: #0F342B;
}
.AnyTagClassName
{
color: #0F342B;
}
</style>
background-color css
<style>
a { background-color: #0F342B; }
a { background-color: rgb(15,52,43); }
div.DivClassName
{
background-color: #0F342B;
}
.BgClassName
{
background-color: #0F342B;
}
</style>
border-color css
<style>
span { border-color: #0F342B; }
span { border-color: rgb(15,52,43); }
td.TdClassName
{
border-color: #0F342B;
}
.TagClassName
{
border-color: #0F342B;
}
</style>