Shades of Racing Green #102E2A
Tints of Racing Green #102E2A
RGB
CMYK
RGB Variations
Color information
#102E2A (or 0x102E2A) is known color: Racing Green. HEX triplet: 10, 2E and 2A. RGB value is (16,46,42). Sum of RGB (Red+Green+Blue) = 16+46+42=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #102E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E2A is #EFD1D5. Grayscale: #242424. Windows color (decimal): -15716822 or 2764304. OLE color: 2764304.
HSL color Cylindrical-coordinate representation of color #102E2A: hue angle of 172º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E2A is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 46 | 42 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.82 |
| HSL | 172º | 0.48% | 0.12% | - |
| HSV(B) | 172º | 0.65% | 0.18% | - |
| XYZ | 1.61 | 2.23 | 2.54 | - |
| YUV | 36.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 42 | 0.65 | 0 | 0.09 | 0.82 | 172 | 0.48 | 0.12 |
| Hex | 10 | 2E | 2A | 41 | 0 | 9 | 52 | AC | 30 | C |
| Octal | 20 | 56 | 52 | 101 | 0 | 11 | 122 | 254 | 60 | 14 |
| Binary | 10000 | 101110 | 101010 | 1000001 | 0 | 1001 | 1010010 | 10101100 | 110000 | 1100 |
Color Harmonies of #102E2A
Complementary color
Monochromatic Colors of #102E2A
Black with #102E2A
Text Example
Text Example
White with #102E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E2A; }
p { color: rgb(16,46,42); }
H1.HeaderClassName
{
color: #102E2A;
}
.AnyTagClassName
{
color: #102E2A;
}
</style>
background-color css
<style>
a { background-color: #102E2A; }
a { background-color: rgb(16,46,42); }
div.DivClassName
{
background-color: #102E2A;
}
.BgClassName
{
background-color: #102E2A;
}
</style>
border-color css
<style>
span { border-color: #102E2A; }
span { border-color: rgb(16,46,42); }
td.TdClassName
{
border-color: #102E2A;
}
.TagClassName
{
border-color: #102E2A;
}
</style>