Shades of Racing Green #282C2B
Tints of Racing Green #282C2B
RGB
CMYK
RGB Variations
Color information
#282C2B (or 0x282C2B) is known color: Racing Green. HEX triplet: 28, 2C and 2B. RGB value is (40,44,43). Sum of RGB (Red+Green+Blue) = 40+44+43=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 44 - color contains mainly: green. Hex color #282C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C2B is #D7D3D4. Grayscale: #2A2A2A. Windows color (decimal): -14144469 or 2829352. OLE color: 2829352.
HSL color Cylindrical-coordinate representation of color #282C2B: hue angle of 165º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #282C2B is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
RGB | 40 | 44 | 43 | - |
CMYK | 0.09 | 0 | 0.02 | 0.83 |
HSL | 165º | 0.05% | 0.16% | - |
HSV(B) | 165º | 0.09% | 0.17% | - |
XYZ | 2.21 | 2.43 | 2.64 | - |
YUV | 42.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 44 | 43 | 0.09 | 0 | 0.02 | 0.83 | 165 | 0.05 | 0.16 |
Hex | 28 | 2C | 2B | 9 | 0 | 2 | 53 | A5 | 5 | 10 |
Octal | 50 | 54 | 53 | 11 | 0 | 2 | 123 | 245 | 5 | 20 |
Binary | 101000 | 101100 | 101011 | 1001 | 0 | 10 | 1010011 | 10100101 | 101 | 10000 |
Color Harmonies of #282C2B
Complementary color
Monochromatic Colors of #282C2B
Black with #282C2B
Text Example
Text Example
White with #282C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C2B; }
p { color: rgb(40,44,43); }
H1.HeaderClassName
{
color: #282C2B;
}
.AnyTagClassName
{
color: #282C2B;
}
</style>
background-color css
<style>
a { background-color: #282C2B; }
a { background-color: rgb(40,44,43); }
div.DivClassName
{
background-color: #282C2B;
}
.BgClassName
{
background-color: #282C2B;
}
</style>
border-color css
<style>
span { border-color: #282C2B; }
span { border-color: rgb(40,44,43); }
td.TdClassName
{
border-color: #282C2B;
}
.TagClassName
{
border-color: #282C2B;
}
</style>