Shades of Gordons Green #214127
Tints of Gordons Green #214127
RGB
CMYK
RGB Variations
Color information
#214127 (or 0x214127) is known color: Gordons Green. HEX triplet: 21, 41 and 27. RGB value is (33,65,39). Sum of RGB (Red+Green+Blue) = 33+65+39=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #214127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214127 is #DEBED8. Grayscale: #343434. Windows color (decimal): -14597849 or 2572577. OLE color: 2572577.
HSL color Cylindrical-coordinate representation of color #214127: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214127 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 39 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.75 |
| HSL | 131.25º | 0.33% | 0.19% | - |
| HSV(B) | 131.25º | 0.49% | 0.25% | - |
| XYZ | 2.88 | 4.25 | 2.59 | - |
| YUV | 52.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 39 | 0.49 | 0 | 0.40 | 0.75 | 131.25 | 0.33 | 0.19 |
| Hex | 21 | 41 | 27 | 31 | 0 | 28 | 4B | 83 | 21 | 13 |
| Octal | 41 | 101 | 47 | 61 | 0 | 50 | 113 | 203 | 41 | 23 |
| Binary | 100001 | 1000001 | 100111 | 110001 | 0 | 101000 | 1001011 | 10000011 | 100001 | 10011 |
Color Harmonies of #214127
Complementary color
Monochromatic Colors of #214127
Black with #214127
Text Example
Text Example
White with #214127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214127; }
p { color: rgb(33,65,39); }
H1.HeaderClassName
{
color: #214127;
}
.AnyTagClassName
{
color: #214127;
}
</style>
background-color css
<style>
a { background-color: #214127; }
a { background-color: rgb(33,65,39); }
div.DivClassName
{
background-color: #214127;
}
.BgClassName
{
background-color: #214127;
}
</style>
border-color css
<style>
span { border-color: #214127; }
span { border-color: rgb(33,65,39); }
td.TdClassName
{
border-color: #214127;
}
.TagClassName
{
border-color: #214127;
}
</style>