Shades of Gordons Green #27422B
Tints of Gordons Green #27422B
RGB
CMYK
RGB Variations
Color information
#27422B (or 0x27422B) is known color: Gordons Green. HEX triplet: 27, 42 and 2B. RGB value is (39,66,43). Sum of RGB (Red+Green+Blue) = 39+66+43=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #27422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422B is #D8BDD4. Grayscale: #373737. Windows color (decimal): -14204373 or 2834983. OLE color: 2834983.
HSL color Cylindrical-coordinate representation of color #27422B: hue angle of 128.89º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27422B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 43 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.74 |
| HSL | 128.89º | 0.26% | 0.21% | - |
| HSV(B) | 128.89º | 0.41% | 0.26% | - |
| XYZ | 3.22 | 4.5 | 2.98 | - |
| YUV | 55.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 43 | 0.41 | 0 | 0.35 | 0.74 | 128.89 | 0.26 | 0.21 |
| Hex | 27 | 42 | 2B | 29 | 0 | 23 | 4A | 81 | 1A | 15 |
| Octal | 47 | 102 | 53 | 51 | 0 | 43 | 112 | 201 | 32 | 25 |
| Binary | 100111 | 1000010 | 101011 | 101001 | 0 | 100011 | 1001010 | 10000001 | 11010 | 10101 |
Color Harmonies of #27422B
Complementary color
Monochromatic Colors of #27422B
Black with #27422B
Text Example
Text Example
White with #27422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27422B; }
p { color: rgb(39,66,43); }
H1.HeaderClassName
{
color: #27422B;
}
.AnyTagClassName
{
color: #27422B;
}
</style>
background-color css
<style>
a { background-color: #27422B; }
a { background-color: rgb(39,66,43); }
div.DivClassName
{
background-color: #27422B;
}
.BgClassName
{
background-color: #27422B;
}
</style>
border-color css
<style>
span { border-color: #27422B; }
span { border-color: rgb(39,66,43); }
td.TdClassName
{
border-color: #27422B;
}
.TagClassName
{
border-color: #27422B;
}
</style>