Shades of Gordons Green #223A28
Tints of Gordons Green #223A28
RGB
CMYK
RGB Variations
Color information
#223A28 (or 0x223A28) is known color: Gordons Green. HEX triplet: 22, 3A and 28. RGB value is (34,58,40). Sum of RGB (Red+Green+Blue) = 34+58+40=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #223A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A28 is #DDC5D7. Grayscale: #303030. Windows color (decimal): -14534104 or 2636322. OLE color: 2636322.
HSL color Cylindrical-coordinate representation of color #223A28: hue angle of 135º 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 #223A28 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 40 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.77 |
| HSL | 135º | 0.26% | 0.18% | - |
| HSV(B) | 135º | 0.41% | 0.23% | - |
| XYZ | 2.56 | 3.52 | 2.55 | - |
| YUV | 48.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 40 | 0.41 | 0 | 0.31 | 0.77 | 135 | 0.26 | 0.18 |
| Hex | 22 | 3A | 28 | 29 | 0 | 1F | 4D | 87 | 1A | 12 |
| Octal | 42 | 72 | 50 | 51 | 0 | 37 | 115 | 207 | 32 | 22 |
| Binary | 100010 | 111010 | 101000 | 101001 | 0 | 11111 | 1001101 | 10000111 | 11010 | 10010 |
Color Harmonies of #223A28
Complementary color
Monochromatic Colors of #223A28
Black with #223A28
Text Example
Text Example
White with #223A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A28; }
p { color: rgb(34,58,40); }
H1.HeaderClassName
{
color: #223A28;
}
.AnyTagClassName
{
color: #223A28;
}
</style>
background-color css
<style>
a { background-color: #223A28; }
a { background-color: rgb(34,58,40); }
div.DivClassName
{
background-color: #223A28;
}
.BgClassName
{
background-color: #223A28;
}
</style>
border-color css
<style>
span { border-color: #223A28; }
span { border-color: rgb(34,58,40); }
td.TdClassName
{
border-color: #223A28;
}
.TagClassName
{
border-color: #223A28;
}
</style>