Shades of Gordons Green #27432A
Tints of Gordons Green #27432A
RGB
CMYK
RGB Variations
Color information
#27432A (or 0x27432A) is known color: Gordons Green. HEX triplet: 27, 43 and 2A. RGB value is (39,67,42). Sum of RGB (Red+Green+Blue) = 39+67+42=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #27432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27432A is #D8BCD5. Grayscale: #373737. Windows color (decimal): -14204118 or 2769703. OLE color: 2769703.
HSL color Cylindrical-coordinate representation of color #27432A: hue angle of 126.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #27432A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 42 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.74 |
| HSL | 126.43º | 0.26% | 0.21% | - |
| HSV(B) | 126.43º | 0.42% | 0.26% | - |
| XYZ | 3.26 | 4.61 | 2.91 | - |
| YUV | 55.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 42 | 0.42 | 0 | 0.37 | 0.74 | 126.43 | 0.26 | 0.21 |
| Hex | 27 | 43 | 2A | 2A | 0 | 25 | 4A | 7E | 1A | 15 |
| Octal | 47 | 103 | 52 | 52 | 0 | 45 | 112 | 176 | 32 | 25 |
| Binary | 100111 | 1000011 | 101010 | 101010 | 0 | 100101 | 1001010 | 1111110 | 11010 | 10101 |
Color Harmonies of #27432A
Complementary color
Monochromatic Colors of #27432A
Black with #27432A
Text Example
Text Example
White with #27432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27432A; }
p { color: rgb(39,67,42); }
H1.HeaderClassName
{
color: #27432A;
}
.AnyTagClassName
{
color: #27432A;
}
</style>
background-color css
<style>
a { background-color: #27432A; }
a { background-color: rgb(39,67,42); }
div.DivClassName
{
background-color: #27432A;
}
.BgClassName
{
background-color: #27432A;
}
</style>
border-color css
<style>
span { border-color: #27432A; }
span { border-color: rgb(39,67,42); }
td.TdClassName
{
border-color: #27432A;
}
.TagClassName
{
border-color: #27432A;
}
</style>