Shades of Gordons Green #223C26
Tints of Gordons Green #223C26
RGB
CMYK
RGB Variations
Color information
#223C26 (or 0x223C26) is known color: Gordons Green. HEX triplet: 22, 3C and 26. RGB value is (34,60,38). Sum of RGB (Red+Green+Blue) = 34+60+38=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #223C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C26 is #DDC3D9. Grayscale: #313131. Windows color (decimal): -14533594 or 2505762. OLE color: 2505762.
HSL color Cylindrical-coordinate representation of color #223C26: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C26 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 60 | 38 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.76 |
| HSL | 129.23º | 0.28% | 0.18% | - |
| HSV(B) | 129.23º | 0.43% | 0.24% | - |
| XYZ | 2.63 | 3.71 | 2.41 | - |
| YUV | 49.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 38 | 0.43 | 0 | 0.37 | 0.76 | 129.23 | 0.28 | 0.18 |
| Hex | 22 | 3C | 26 | 2B | 0 | 25 | 4C | 81 | 1C | 12 |
| Octal | 42 | 74 | 46 | 53 | 0 | 45 | 114 | 201 | 34 | 22 |
| Binary | 100010 | 111100 | 100110 | 101011 | 0 | 100101 | 1001100 | 10000001 | 11100 | 10010 |
Color Harmonies of #223C26
Complementary color
Monochromatic Colors of #223C26
Black with #223C26
Text Example
Text Example
White with #223C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C26; }
p { color: rgb(34,60,38); }
H1.HeaderClassName
{
color: #223C26;
}
.AnyTagClassName
{
color: #223C26;
}
</style>
background-color css
<style>
a { background-color: #223C26; }
a { background-color: rgb(34,60,38); }
div.DivClassName
{
background-color: #223C26;
}
.BgClassName
{
background-color: #223C26;
}
</style>
border-color css
<style>
span { border-color: #223C26; }
span { border-color: rgb(34,60,38); }
td.TdClassName
{
border-color: #223C26;
}
.TagClassName
{
border-color: #223C26;
}
</style>