Shades of Racing Green #12352C
Tints of Racing Green #12352C
RGB
CMYK
RGB Variations
Color information
#12352C (or 0x12352C) is known color: Racing Green. HEX triplet: 12, 35 and 2C. RGB value is (18,53,44). Sum of RGB (Red+Green+Blue) = 18+53+44=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #12352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12352C is #EDCAD3. Grayscale: #292929. Windows color (decimal): -15583956 or 2897170. OLE color: 2897170.
HSL color Cylindrical-coordinate representation of color #12352C: hue angle of 164.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #12352C is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 44 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.79 |
| HSL | 164.57º | 0.49% | 0.14% | - |
| HSV(B) | 164.57º | 0.66% | 0.21% | - |
| XYZ | 1.98 | 2.86 | 2.83 | - |
| YUV | 41.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 44 | 0.66 | 0 | 0.17 | 0.79 | 164.57 | 0.49 | 0.14 |
| Hex | 12 | 35 | 2C | 42 | 0 | 11 | 4F | A5 | 31 | E |
| Octal | 22 | 65 | 54 | 102 | 0 | 21 | 117 | 245 | 61 | 16 |
| Binary | 10010 | 110101 | 101100 | 1000010 | 0 | 10001 | 1001111 | 10100101 | 110001 | 1110 |
Color Harmonies of #12352C
Complementary color
Monochromatic Colors of #12352C
Black with #12352C
Text Example
Text Example
White with #12352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12352C; }
p { color: rgb(18,53,44); }
H1.HeaderClassName
{
color: #12352C;
}
.AnyTagClassName
{
color: #12352C;
}
</style>
background-color css
<style>
a { background-color: #12352C; }
a { background-color: rgb(18,53,44); }
div.DivClassName
{
background-color: #12352C;
}
.BgClassName
{
background-color: #12352C;
}
</style>
border-color css
<style>
span { border-color: #12352C; }
span { border-color: rgb(18,53,44); }
td.TdClassName
{
border-color: #12352C;
}
.TagClassName
{
border-color: #12352C;
}
</style>