Shades of Gordons Green #223A27
Tints of Gordons Green #223A27
RGB
CMYK
RGB Variations
Color information
#223A27 (or 0x223A27) is known color: Gordons Green. HEX triplet: 22, 3A and 27. RGB value is (34,58,39). Sum of RGB (Red+Green+Blue) = 34+58+39=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #223A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A27 is #DDC5D8. Grayscale: #303030. Windows color (decimal): -14534105 or 2570786. OLE color: 2570786.
HSL color Cylindrical-coordinate representation of color #223A27: hue angle of 132.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A27 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 39 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.77 |
| HSL | 132.5º | 0.26% | 0.18% | - |
| HSV(B) | 132.5º | 0.41% | 0.23% | - |
| XYZ | 2.54 | 3.51 | 2.46 | - |
| YUV | 48.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 39 | 0.41 | 0 | 0.33 | 0.77 | 132.5 | 0.26 | 0.18 |
| Hex | 22 | 3A | 27 | 29 | 0 | 21 | 4D | 84 | 1A | 12 |
| Octal | 42 | 72 | 47 | 51 | 0 | 41 | 115 | 204 | 32 | 22 |
| Binary | 100010 | 111010 | 100111 | 101001 | 0 | 100001 | 1001101 | 10000100 | 11010 | 10010 |
Color Harmonies of #223A27
Complementary color
Monochromatic Colors of #223A27
Black with #223A27
Text Example
Text Example
White with #223A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A27; }
p { color: rgb(34,58,39); }
H1.HeaderClassName
{
color: #223A27;
}
.AnyTagClassName
{
color: #223A27;
}
</style>
background-color css
<style>
a { background-color: #223A27; }
a { background-color: rgb(34,58,39); }
div.DivClassName
{
background-color: #223A27;
}
.BgClassName
{
background-color: #223A27;
}
</style>
border-color css
<style>
span { border-color: #223A27; }
span { border-color: rgb(34,58,39); }
td.TdClassName
{
border-color: #223A27;
}
.TagClassName
{
border-color: #223A27;
}
</style>