Shades of Gordons Green #264329
Tints of Gordons Green #264329
RGB
CMYK
RGB Variations
Color information
#264329 (or 0x264329) is known color: Gordons Green. HEX triplet: 26, 43 and 29. RGB value is (38,67,41). Sum of RGB (Red+Green+Blue) = 38+67+41=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #264329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264329 is #D9BCD6. Grayscale: #373737. Windows color (decimal): -14269655 or 2704166. OLE color: 2704166.
HSL color Cylindrical-coordinate representation of color #264329: hue angle of 126.21º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264329 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 41 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.74 |
| HSL | 126.21º | 0.28% | 0.21% | - |
| HSV(B) | 126.21º | 0.43% | 0.26% | - |
| XYZ | 3.21 | 4.59 | 2.81 | - |
| YUV | 55.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 41 | 0.43 | 0 | 0.39 | 0.74 | 126.21 | 0.28 | 0.21 |
| Hex | 26 | 43 | 29 | 2B | 0 | 27 | 4A | 7E | 1C | 15 |
| Octal | 46 | 103 | 51 | 53 | 0 | 47 | 112 | 176 | 34 | 25 |
| Binary | 100110 | 1000011 | 101001 | 101011 | 0 | 100111 | 1001010 | 1111110 | 11100 | 10101 |
Color Harmonies of #264329
Complementary color
Monochromatic Colors of #264329
Black with #264329
Text Example
Text Example
White with #264329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264329; }
p { color: rgb(38,67,41); }
H1.HeaderClassName
{
color: #264329;
}
.AnyTagClassName
{
color: #264329;
}
</style>
background-color css
<style>
a { background-color: #264329; }
a { background-color: rgb(38,67,41); }
div.DivClassName
{
background-color: #264329;
}
.BgClassName
{
background-color: #264329;
}
</style>
border-color css
<style>
span { border-color: #264329; }
span { border-color: rgb(38,67,41); }
td.TdClassName
{
border-color: #264329;
}
.TagClassName
{
border-color: #264329;
}
</style>