Shades of Gordons Green #272C27
Tints of Gordons Green #272C27
RGB
CMYK
RGB Variations
Color information
#272C27 (or 0x272C27) is known color: Gordons Green. HEX triplet: 27, 2C and 27. RGB value is (39,44,39). Sum of RGB (Red+Green+Blue) = 39+44+39=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 44 - color contains mainly: green. Hex color #272C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C27 is #D8D3D8. Grayscale: #292929. Windows color (decimal): -14210009 or 2567207. OLE color: 2567207.
HSL color Cylindrical-coordinate representation of color #272C27: hue angle of 120º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #272C27 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 39 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.83 |
| HSL | 120º | 0.06% | 0.16% | - |
| HSV(B) | 120º | 0.11% | 0.17% | - |
| XYZ | 2.1 | 2.38 | 2.27 | - |
| YUV | 41.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 39 | 0.11 | 0 | 0.11 | 0.83 | 120 | 0.06 | 0.16 |
| Hex | 27 | 2C | 27 | B | 0 | B | 53 | 78 | 6 | 10 |
| Octal | 47 | 54 | 47 | 13 | 0 | 13 | 123 | 170 | 6 | 20 |
| Binary | 100111 | 101100 | 100111 | 1011 | 0 | 1011 | 1010011 | 1111000 | 110 | 10000 |
Color Harmonies of #272C27
Complementary color
Monochromatic Colors of #272C27
Black with #272C27
Text Example
Text Example
White with #272C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C27; }
p { color: rgb(39,44,39); }
H1.HeaderClassName
{
color: #272C27;
}
.AnyTagClassName
{
color: #272C27;
}
</style>
background-color css
<style>
a { background-color: #272C27; }
a { background-color: rgb(39,44,39); }
div.DivClassName
{
background-color: #272C27;
}
.BgClassName
{
background-color: #272C27;
}
</style>
border-color css
<style>
span { border-color: #272C27; }
span { border-color: rgb(39,44,39); }
td.TdClassName
{
border-color: #272C27;
}
.TagClassName
{
border-color: #272C27;
}
</style>