Shades of Racing Green #1B2F2A
Tints of Racing Green #1B2F2A
RGB
CMYK
RGB Variations
Color information
#1B2F2A (or 0x1B2F2A) is known color: Racing Green. HEX triplet: 1B, 2F and 2A. RGB value is (27,47,42). Sum of RGB (Red+Green+Blue) = 27+47+42=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F2A is #E4D0D5. Grayscale: #282828. Windows color (decimal): -14995670 or 2764571. OLE color: 2764571.
HSL color Cylindrical-coordinate representation of color #1B2F2A: hue angle of 165º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B2F2A is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 47 | 42 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.82 |
| HSL | 165º | 0.27% | 0.15% | - |
| HSV(B) | 165º | 0.43% | 0.18% | - |
| XYZ | 1.89 | 2.43 | 2.56 | - |
| YUV | 40.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 42 | 0.43 | 0 | 0.11 | 0.82 | 165 | 0.27 | 0.15 |
| Hex | 1B | 2F | 2A | 2B | 0 | B | 52 | A5 | 1B | F |
| Octal | 33 | 57 | 52 | 53 | 0 | 13 | 122 | 245 | 33 | 17 |
| Binary | 11011 | 101111 | 101010 | 101011 | 0 | 1011 | 1010010 | 10100101 | 11011 | 1111 |
Color Harmonies of #1B2F2A
Complementary color
Monochromatic Colors of #1B2F2A
Black with #1B2F2A
Text Example
Text Example
White with #1B2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F2A; }
p { color: rgb(27,47,42); }
H1.HeaderClassName
{
color: #1B2F2A;
}
.AnyTagClassName
{
color: #1B2F2A;
}
</style>
background-color css
<style>
a { background-color: #1B2F2A; }
a { background-color: rgb(27,47,42); }
div.DivClassName
{
background-color: #1B2F2A;
}
.BgClassName
{
background-color: #1B2F2A;
}
</style>
border-color css
<style>
span { border-color: #1B2F2A; }
span { border-color: rgb(27,47,42); }
td.TdClassName
{
border-color: #1B2F2A;
}
.TagClassName
{
border-color: #1B2F2A;
}
</style>