Shades of Racing Green #102F28
Tints of Racing Green #102F28
RGB
CMYK
RGB Variations
Color information
#102F28 (or 0x102F28) is known color: Racing Green. HEX triplet: 10, 2F and 28. RGB value is (16,47,40). Sum of RGB (Red+Green+Blue) = 16+47+40=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #102F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F28 is #EFD0D7. Grayscale: #242424. Windows color (decimal): -15716568 or 2633488. OLE color: 2633488.
HSL color Cylindrical-coordinate representation of color #102F28: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F28 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 40 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.82 |
| HSL | 166.45º | 0.49% | 0.12% | - |
| HSV(B) | 166.45º | 0.66% | 0.18% | - |
| XYZ | 1.61 | 2.3 | 2.37 | - |
| YUV | 36.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 40 | 0.66 | 0 | 0.15 | 0.82 | 166.45 | 0.49 | 0.12 |
| Hex | 10 | 2F | 28 | 42 | 0 | F | 52 | A6 | 31 | C |
| Octal | 20 | 57 | 50 | 102 | 0 | 17 | 122 | 246 | 61 | 14 |
| Binary | 10000 | 101111 | 101000 | 1000010 | 0 | 1111 | 1010010 | 10100110 | 110001 | 1100 |
Color Harmonies of #102F28
Complementary color
Monochromatic Colors of #102F28
Black with #102F28
Text Example
Text Example
White with #102F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F28; }
p { color: rgb(16,47,40); }
H1.HeaderClassName
{
color: #102F28;
}
.AnyTagClassName
{
color: #102F28;
}
</style>
background-color css
<style>
a { background-color: #102F28; }
a { background-color: rgb(16,47,40); }
div.DivClassName
{
background-color: #102F28;
}
.BgClassName
{
background-color: #102F28;
}
</style>
border-color css
<style>
span { border-color: #102F28; }
span { border-color: rgb(16,47,40); }
td.TdClassName
{
border-color: #102F28;
}
.TagClassName
{
border-color: #102F28;
}
</style>