Shades of Racing Green #1F2D2B
Tints of Racing Green #1F2D2B
RGB
CMYK
RGB Variations
Color information
#1F2D2B (or 0x1F2D2B) is known color: Racing Green. HEX triplet: 1F, 2D and 2B. RGB value is (31,45,43). Sum of RGB (Red+Green+Blue) = 31+45+43=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D2B is #E0D2D4. Grayscale: #282828. Windows color (decimal): -14734037 or 2829599. OLE color: 2829599.
HSL color Cylindrical-coordinate representation of color #1F2D2B: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F2D2B is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 31 | 45 | 43 | - |
CMYK | 0.31 | 0 | 0.04 | 0.82 |
HSL | 171.43º | 0.18% | 0.15% | - |
HSV(B) | 171.43º | 0.31% | 0.18% | - |
XYZ | 1.94 | 2.34 | 2.64 | - |
YUV | 40.59 | 129.36 | 121.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 45 | 43 | 0.31 | 0 | 0.04 | 0.82 | 171.43 | 0.18 | 0.15 |
Hex | 1F | 2D | 2B | 1F | 0 | 4 | 52 | AB | 12 | F |
Octal | 37 | 55 | 53 | 37 | 0 | 4 | 122 | 253 | 22 | 17 |
Binary | 11111 | 101101 | 101011 | 11111 | 0 | 100 | 1010010 | 10101011 | 10010 | 1111 |
Color Harmonies of #1F2D2B
Complementary color
Monochromatic Colors of #1F2D2B
Black with #1F2D2B
Text Example
Text Example
White with #1F2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D2B; }
p { color: rgb(31,45,43); }
H1.HeaderClassName
{
color: #1F2D2B;
}
.AnyTagClassName
{
color: #1F2D2B;
}
</style>
background-color css
<style>
a { background-color: #1F2D2B; }
a { background-color: rgb(31,45,43); }
div.DivClassName
{
background-color: #1F2D2B;
}
.BgClassName
{
background-color: #1F2D2B;
}
</style>
border-color css
<style>
span { border-color: #1F2D2B; }
span { border-color: rgb(31,45,43); }
td.TdClassName
{
border-color: #1F2D2B;
}
.TagClassName
{
border-color: #1F2D2B;
}
</style>