Shades of Racing Green #102F2A
Tints of Racing Green #102F2A
RGB
CMYK
RGB Variations
Color information
#102F2A (or 0x102F2A) is known color: Racing Green. HEX triplet: 10, 2F and 2A. RGB value is (16,47,42). Sum of RGB (Red+Green+Blue) = 16+47+42=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #102F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F2A is #EFD0D5. Grayscale: #252525. Windows color (decimal): -15716566 or 2764560. OLE color: 2764560.
HSL color Cylindrical-coordinate representation of color #102F2A: hue angle of 170.32º 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 #102F2A is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 42 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.82 |
| HSL | 170.32º | 0.49% | 0.12% | - |
| HSV(B) | 170.32º | 0.66% | 0.18% | - |
| XYZ | 1.65 | 2.31 | 2.55 | - |
| YUV | 37.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 42 | 0.66 | 0 | 0.11 | 0.82 | 170.32 | 0.49 | 0.12 |
| Hex | 10 | 2F | 2A | 42 | 0 | B | 52 | AA | 31 | C |
| Octal | 20 | 57 | 52 | 102 | 0 | 13 | 122 | 252 | 61 | 14 |
| Binary | 10000 | 101111 | 101010 | 1000010 | 0 | 1011 | 1010010 | 10101010 | 110001 | 1100 |
Color Harmonies of #102F2A
Complementary color
Monochromatic Colors of #102F2A
Black with #102F2A
Text Example
Text Example
White with #102F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F2A; }
p { color: rgb(16,47,42); }
H1.HeaderClassName
{
color: #102F2A;
}
.AnyTagClassName
{
color: #102F2A;
}
</style>
background-color css
<style>
a { background-color: #102F2A; }
a { background-color: rgb(16,47,42); }
div.DivClassName
{
background-color: #102F2A;
}
.BgClassName
{
background-color: #102F2A;
}
</style>
border-color css
<style>
span { border-color: #102F2A; }
span { border-color: rgb(16,47,42); }
td.TdClassName
{
border-color: #102F2A;
}
.TagClassName
{
border-color: #102F2A;
}
</style>