Shades of Gordons Green #27362A
Tints of Gordons Green #27362A
RGB
CMYK
RGB Variations
Color information
#27362A (or 0x27362A) is known color: Gordons Green. HEX triplet: 27, 36 and 2A. RGB value is (39,54,42). Sum of RGB (Red+Green+Blue) = 39+54+42=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #27362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27362A is #D8C9D5. Grayscale: #303030. Windows color (decimal): -14207446 or 2766375. OLE color: 2766375.
HSL color Cylindrical-coordinate representation of color #27362A: hue angle of 132º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #27362A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 54 | 42 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.79 |
| HSL | 132º | 0.16% | 0.18% | - |
| HSV(B) | 132º | 0.28% | 0.21% | - |
| XYZ | 2.57 | 3.24 | 2.68 | - |
| YUV | 48.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 42 | 0.28 | 0 | 0.22 | 0.79 | 132 | 0.16 | 0.18 |
| Hex | 27 | 36 | 2A | 1C | 0 | 16 | 4F | 84 | 10 | 12 |
| Octal | 47 | 66 | 52 | 34 | 0 | 26 | 117 | 204 | 20 | 22 |
| Binary | 100111 | 110110 | 101010 | 11100 | 0 | 10110 | 1001111 | 10000100 | 10000 | 10010 |
Color Harmonies of #27362A
Complementary color
Monochromatic Colors of #27362A
Black with #27362A
Text Example
Text Example
White with #27362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27362A; }
p { color: rgb(39,54,42); }
H1.HeaderClassName
{
color: #27362A;
}
.AnyTagClassName
{
color: #27362A;
}
</style>
background-color css
<style>
a { background-color: #27362A; }
a { background-color: rgb(39,54,42); }
div.DivClassName
{
background-color: #27362A;
}
.BgClassName
{
background-color: #27362A;
}
</style>
border-color css
<style>
span { border-color: #27362A; }
span { border-color: rgb(39,54,42); }
td.TdClassName
{
border-color: #27362A;
}
.TagClassName
{
border-color: #27362A;
}
</style>