Shades of Gordons Green #27372A
Tints of Gordons Green #27372A
RGB
CMYK
RGB Variations
Color information
#27372A (or 0x27372A) is known color: Gordons Green. HEX triplet: 27, 37 and 2A. RGB value is (39,55,42). Sum of RGB (Red+Green+Blue) = 39+55+42=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #27372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372A is #D8C8D5. Grayscale: #303030. Windows color (decimal): -14207190 or 2766631. OLE color: 2766631.
HSL color Cylindrical-coordinate representation of color #27372A: hue angle of 131.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #27372A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 55 | 42 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.78 |
| HSL | 131.25º | 0.17% | 0.18% | - |
| HSV(B) | 131.25º | 0.29% | 0.22% | - |
| XYZ | 2.62 | 3.33 | 2.7 | - |
| YUV | 48.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 42 | 0.29 | 0 | 0.24 | 0.78 | 131.25 | 0.17 | 0.18 |
| Hex | 27 | 37 | 2A | 1D | 0 | 18 | 4E | 83 | 11 | 12 |
| Octal | 47 | 67 | 52 | 35 | 0 | 30 | 116 | 203 | 21 | 22 |
| Binary | 100111 | 110111 | 101010 | 11101 | 0 | 11000 | 1001110 | 10000011 | 10001 | 10010 |
Color Harmonies of #27372A
Complementary color
Monochromatic Colors of #27372A
Black with #27372A
Text Example
Text Example
White with #27372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27372A; }
p { color: rgb(39,55,42); }
H1.HeaderClassName
{
color: #27372A;
}
.AnyTagClassName
{
color: #27372A;
}
</style>
background-color css
<style>
a { background-color: #27372A; }
a { background-color: rgb(39,55,42); }
div.DivClassName
{
background-color: #27372A;
}
.BgClassName
{
background-color: #27372A;
}
</style>
border-color css
<style>
span { border-color: #27372A; }
span { border-color: rgb(39,55,42); }
td.TdClassName
{
border-color: #27372A;
}
.TagClassName
{
border-color: #27372A;
}
</style>