Shades of Gordons Green #272D27
Tints of Gordons Green #272D27
RGB
CMYK
RGB Variations
Color information
#272D27 (or 0x272D27) is known color: Gordons Green. HEX triplet: 27, 2D and 27. RGB value is (39,45,39). Sum of RGB (Red+Green+Blue) = 39+45+39=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #272D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D27 is #D8D2D8. Grayscale: #2A2A2A. Windows color (decimal): -14209753 or 2567463. OLE color: 2567463.
HSL color Cylindrical-coordinate representation of color #272D27: hue angle of 120º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272D27 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 39 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.82 |
| HSL | 120º | 0.07% | 0.16% | - |
| HSV(B) | 120º | 0.13% | 0.18% | - |
| XYZ | 2.14 | 2.45 | 2.28 | - |
| YUV | 42.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 39 | 0.13 | 0 | 0.13 | 0.82 | 120 | 0.07 | 0.16 |
| Hex | 27 | 2D | 27 | D | 0 | D | 52 | 78 | 7 | 10 |
| Octal | 47 | 55 | 47 | 15 | 0 | 15 | 122 | 170 | 7 | 20 |
| Binary | 100111 | 101101 | 100111 | 1101 | 0 | 1101 | 1010010 | 1111000 | 111 | 10000 |
Color Harmonies of #272D27
Complementary color
Monochromatic Colors of #272D27
Black with #272D27
Text Example
Text Example
White with #272D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D27; }
p { color: rgb(39,45,39); }
H1.HeaderClassName
{
color: #272D27;
}
.AnyTagClassName
{
color: #272D27;
}
</style>
background-color css
<style>
a { background-color: #272D27; }
a { background-color: rgb(39,45,39); }
div.DivClassName
{
background-color: #272D27;
}
.BgClassName
{
background-color: #272D27;
}
</style>
border-color css
<style>
span { border-color: #272D27; }
span { border-color: rgb(39,45,39); }
td.TdClassName
{
border-color: #272D27;
}
.TagClassName
{
border-color: #272D27;
}
</style>