Shades of Gordons Green #27422A
Tints of Gordons Green #27422A
RGB
CMYK
RGB Variations
Color information
#27422A (or 0x27422A) is known color: Gordons Green. HEX triplet: 27, 42 and 2A. RGB value is (39,66,42). Sum of RGB (Red+Green+Blue) = 39+66+42=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #27422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422A is #D8BDD5. Grayscale: #373737. Windows color (decimal): -14204374 or 2769447. OLE color: 2769447.
HSL color Cylindrical-coordinate representation of color #27422A: hue angle of 126.67º 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 #27422A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 42 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.74 |
| HSL | 126.67º | 0.26% | 0.21% | - |
| HSV(B) | 126.67º | 0.41% | 0.26% | - |
| XYZ | 3.2 | 4.49 | 2.89 | - |
| YUV | 55.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 42 | 0.41 | 0 | 0.36 | 0.74 | 126.67 | 0.26 | 0.21 |
| Hex | 27 | 42 | 2A | 29 | 0 | 24 | 4A | 7F | 1A | 15 |
| Octal | 47 | 102 | 52 | 51 | 0 | 44 | 112 | 177 | 32 | 25 |
| Binary | 100111 | 1000010 | 101010 | 101001 | 0 | 100100 | 1001010 | 1111111 | 11010 | 10101 |
Color Harmonies of #27422A
Complementary color
Monochromatic Colors of #27422A
Black with #27422A
Text Example
Text Example
White with #27422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27422A; }
p { color: rgb(39,66,42); }
H1.HeaderClassName
{
color: #27422A;
}
.AnyTagClassName
{
color: #27422A;
}
</style>
background-color css
<style>
a { background-color: #27422A; }
a { background-color: rgb(39,66,42); }
div.DivClassName
{
background-color: #27422A;
}
.BgClassName
{
background-color: #27422A;
}
</style>
border-color css
<style>
span { border-color: #27422A; }
span { border-color: rgb(39,66,42); }
td.TdClassName
{
border-color: #27422A;
}
.TagClassName
{
border-color: #27422A;
}
</style>