Shades of Gordons Green #214328
Tints of Gordons Green #214328
RGB
CMYK
RGB Variations
Color information
#214328 (or 0x214328) is known color: Gordons Green. HEX triplet: 21, 43 and 28. RGB value is (33,67,40). Sum of RGB (Red+Green+Blue) = 33+67+40=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #214328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214328 is #DEBCD7. Grayscale: #353535. Windows color (decimal): -14597336 or 2638625. OLE color: 2638625.
HSL color Cylindrical-coordinate representation of color #214328: hue angle of 132.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214328 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 40 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.74 |
| HSL | 132.35º | 0.34% | 0.2% | - |
| HSV(B) | 132.35º | 0.51% | 0.26% | - |
| XYZ | 3.02 | 4.49 | 2.72 | - |
| YUV | 53.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 40 | 0.51 | 0 | 0.40 | 0.74 | 132.35 | 0.34 | 0.2 |
| Hex | 21 | 43 | 28 | 33 | 0 | 28 | 4A | 84 | 22 | 14 |
| Octal | 41 | 103 | 50 | 63 | 0 | 50 | 112 | 204 | 42 | 24 |
| Binary | 100001 | 1000011 | 101000 | 110011 | 0 | 101000 | 1001010 | 10000100 | 100010 | 10100 |
Color Harmonies of #214328
Complementary color
Monochromatic Colors of #214328
Black with #214328
Text Example
Text Example
White with #214328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214328; }
p { color: rgb(33,67,40); }
H1.HeaderClassName
{
color: #214328;
}
.AnyTagClassName
{
color: #214328;
}
</style>
background-color css
<style>
a { background-color: #214328; }
a { background-color: rgb(33,67,40); }
div.DivClassName
{
background-color: #214328;
}
.BgClassName
{
background-color: #214328;
}
</style>
border-color css
<style>
span { border-color: #214328; }
span { border-color: rgb(33,67,40); }
td.TdClassName
{
border-color: #214328;
}
.TagClassName
{
border-color: #214328;
}
</style>