Shades of Racing Green #1C2F28
Tints of Racing Green #1C2F28
RGB
CMYK
RGB Variations
Color information
#1C2F28 (or 0x1C2F28) is known color: Racing Green. HEX triplet: 1C, 2F and 28. RGB value is (28,47,40). Sum of RGB (Red+Green+Blue) = 28+47+40=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F28 is #E3D0D7. Grayscale: #282828. Windows color (decimal): -14930136 or 2633500. OLE color: 2633500.
HSL color Cylindrical-coordinate representation of color #1C2F28: hue angle of 157.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C2F28 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 47 | 40 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.82 |
| HSL | 157.89º | 0.25% | 0.15% | - |
| HSV(B) | 157.89º | 0.4% | 0.18% | - |
| XYZ | 1.88 | 2.43 | 2.38 | - |
| YUV | 40.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 40 | 0.40 | 0 | 0.15 | 0.82 | 157.89 | 0.25 | 0.15 |
| Hex | 1C | 2F | 28 | 28 | 0 | F | 52 | 9E | 19 | F |
| Octal | 34 | 57 | 50 | 50 | 0 | 17 | 122 | 236 | 31 | 17 |
| Binary | 11100 | 101111 | 101000 | 101000 | 0 | 1111 | 1010010 | 10011110 | 11001 | 1111 |
Color Harmonies of #1C2F28
Complementary color
Monochromatic Colors of #1C2F28
Black with #1C2F28
Text Example
Text Example
White with #1C2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F28; }
p { color: rgb(28,47,40); }
H1.HeaderClassName
{
color: #1C2F28;
}
.AnyTagClassName
{
color: #1C2F28;
}
</style>
background-color css
<style>
a { background-color: #1C2F28; }
a { background-color: rgb(28,47,40); }
div.DivClassName
{
background-color: #1C2F28;
}
.BgClassName
{
background-color: #1C2F28;
}
</style>
border-color css
<style>
span { border-color: #1C2F28; }
span { border-color: rgb(28,47,40); }
td.TdClassName
{
border-color: #1C2F28;
}
.TagClassName
{
border-color: #1C2F28;
}
</style>