Shades of Racing Green #1C2925
Tints of Racing Green #1C2925
RGB
CMYK
RGB Variations
Color information
#1C2925 (or 0x1C2925) is known color: Racing Green. HEX triplet: 1C, 29 and 25. RGB value is (28,41,37). Sum of RGB (Red+Green+Blue) = 28+41+37=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2925 is #E3D6DA. Grayscale: #242424. Windows color (decimal): -14931675 or 2435356. OLE color: 2435356.
HSL color Cylindrical-coordinate representation of color #1C2925: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C2925 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 37 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.84 |
| HSL | 161.54º | 0.19% | 0.14% | - |
| HSV(B) | 161.54º | 0.32% | 0.16% | - |
| XYZ | 1.61 | 1.97 | 2.05 | - |
| YUV | 36.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 37 | 0.32 | 0 | 0.10 | 0.84 | 161.54 | 0.19 | 0.14 |
| Hex | 1C | 29 | 25 | 20 | 0 | A | 54 | A2 | 13 | E |
| Octal | 34 | 51 | 45 | 40 | 0 | 12 | 124 | 242 | 23 | 16 |
| Binary | 11100 | 101001 | 100101 | 100000 | 0 | 1010 | 1010100 | 10100010 | 10011 | 1110 |
Color Harmonies of #1C2925
Complementary color
Monochromatic Colors of #1C2925
Black with #1C2925
Text Example
Text Example
White with #1C2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2925; }
p { color: rgb(28,41,37); }
H1.HeaderClassName
{
color: #1C2925;
}
.AnyTagClassName
{
color: #1C2925;
}
</style>
background-color css
<style>
a { background-color: #1C2925; }
a { background-color: rgb(28,41,37); }
div.DivClassName
{
background-color: #1C2925;
}
.BgClassName
{
background-color: #1C2925;
}
</style>
border-color css
<style>
span { border-color: #1C2925; }
span { border-color: rgb(28,41,37); }
td.TdClassName
{
border-color: #1C2925;
}
.TagClassName
{
border-color: #1C2925;
}
</style>