Shades of Racing Green #1C2D28
Tints of Racing Green #1C2D28
RGB
CMYK
RGB Variations
Color information
#1C2D28 (or 0x1C2D28) is known color: Racing Green. HEX triplet: 1C, 2D and 28. RGB value is (28,45,40). Sum of RGB (Red+Green+Blue) = 28+45+40=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #1C2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D28 is #E3D2D7. Grayscale: #272727. Windows color (decimal): -14930648 or 2632988. OLE color: 2632988.
HSL color Cylindrical-coordinate representation of color #1C2D28: hue angle of 162.35º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C2D28 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 45 | 40 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.82 |
| HSL | 162.35º | 0.23% | 0.14% | - |
| HSV(B) | 162.35º | 0.38% | 0.18% | - |
| XYZ | 1.8 | 2.28 | 2.35 | - |
| YUV | 39.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 40 | 0.38 | 0 | 0.11 | 0.82 | 162.35 | 0.23 | 0.14 |
| Hex | 1C | 2D | 28 | 26 | 0 | B | 52 | A2 | 17 | E |
| Octal | 34 | 55 | 50 | 46 | 0 | 13 | 122 | 242 | 27 | 16 |
| Binary | 11100 | 101101 | 101000 | 100110 | 0 | 1011 | 1010010 | 10100010 | 10111 | 1110 |
Color Harmonies of #1C2D28
Complementary color
Monochromatic Colors of #1C2D28
Black with #1C2D28
Text Example
Text Example
White with #1C2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D28; }
p { color: rgb(28,45,40); }
H1.HeaderClassName
{
color: #1C2D28;
}
.AnyTagClassName
{
color: #1C2D28;
}
</style>
background-color css
<style>
a { background-color: #1C2D28; }
a { background-color: rgb(28,45,40); }
div.DivClassName
{
background-color: #1C2D28;
}
.BgClassName
{
background-color: #1C2D28;
}
</style>
border-color css
<style>
span { border-color: #1C2D28; }
span { border-color: rgb(28,45,40); }
td.TdClassName
{
border-color: #1C2D28;
}
.TagClassName
{
border-color: #1C2D28;
}
</style>