Shades of Racing Green #1B2725
Tints of Racing Green #1B2725
RGB
CMYK
RGB Variations
Color information
#1B2725 (or 0x1B2725) is known color: Racing Green. HEX triplet: 1B, 27 and 25. RGB value is (27,39,37). Sum of RGB (Red+Green+Blue) = 27+39+37=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2725 is #E4D8DA. Grayscale: #232323. Windows color (decimal): -14997723 or 2434843. OLE color: 2434843.
HSL color Cylindrical-coordinate representation of color #1B2725: hue angle of 170º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B2725 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 37 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.85 |
| HSL | 170º | 0.18% | 0.13% | - |
| HSV(B) | 170º | 0.31% | 0.15% | - |
| XYZ | 1.51 | 1.82 | 2.02 | - |
| YUV | 35.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 37 | 0.31 | 0 | 0.05 | 0.85 | 170 | 0.18 | 0.13 |
| Hex | 1B | 27 | 25 | 1F | 0 | 5 | 55 | AA | 12 | D |
| Octal | 33 | 47 | 45 | 37 | 0 | 5 | 125 | 252 | 22 | 15 |
| Binary | 11011 | 100111 | 100101 | 11111 | 0 | 101 | 1010101 | 10101010 | 10010 | 1101 |
Color Harmonies of #1B2725
Complementary color
Monochromatic Colors of #1B2725
Black with #1B2725
Text Example
Text Example
White with #1B2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2725; }
p { color: rgb(27,39,37); }
H1.HeaderClassName
{
color: #1B2725;
}
.AnyTagClassName
{
color: #1B2725;
}
</style>
background-color css
<style>
a { background-color: #1B2725; }
a { background-color: rgb(27,39,37); }
div.DivClassName
{
background-color: #1B2725;
}
.BgClassName
{
background-color: #1B2725;
}
</style>
border-color css
<style>
span { border-color: #1B2725; }
span { border-color: rgb(27,39,37); }
td.TdClassName
{
border-color: #1B2725;
}
.TagClassName
{
border-color: #1B2725;
}
</style>