Shades of Racing Green #12362B
Tints of Racing Green #12362B
RGB
CMYK
RGB Variations
Color information
#12362B (or 0x12362B) is known color: Racing Green. HEX triplet: 12, 36 and 2B. RGB value is (18,54,43). Sum of RGB (Red+Green+Blue) = 18+54+43=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #12362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12362B is #EDC9D4. Grayscale: #292929. Windows color (decimal): -15583701 or 2831890. OLE color: 2831890.
HSL color Cylindrical-coordinate representation of color #12362B: hue angle of 161.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12362B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 54 | 43 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.79 |
| HSL | 161.67º | 0.5% | 0.14% | - |
| HSV(B) | 161.67º | 0.67% | 0.21% | - |
| XYZ | 2 | 2.94 | 2.75 | - |
| YUV | 41.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 43 | 0.67 | 0 | 0.20 | 0.79 | 161.67 | 0.5 | 0.14 |
| Hex | 12 | 36 | 2B | 43 | 0 | 14 | 4F | A2 | 32 | E |
| Octal | 22 | 66 | 53 | 103 | 0 | 24 | 117 | 242 | 62 | 16 |
| Binary | 10010 | 110110 | 101011 | 1000011 | 0 | 10100 | 1001111 | 10100010 | 110010 | 1110 |
Color Harmonies of #12362B
Complementary color
Monochromatic Colors of #12362B
Black with #12362B
Text Example
Text Example
White with #12362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12362B; }
p { color: rgb(18,54,43); }
H1.HeaderClassName
{
color: #12362B;
}
.AnyTagClassName
{
color: #12362B;
}
</style>
background-color css
<style>
a { background-color: #12362B; }
a { background-color: rgb(18,54,43); }
div.DivClassName
{
background-color: #12362B;
}
.BgClassName
{
background-color: #12362B;
}
</style>
border-color css
<style>
span { border-color: #12362B; }
span { border-color: rgb(18,54,43); }
td.TdClassName
{
border-color: #12362B;
}
.TagClassName
{
border-color: #12362B;
}
</style>