Shades of Gordons Green #264229
Tints of Gordons Green #264229
RGB
CMYK
RGB Variations
Color information
#264229 (or 0x264229) is known color: Gordons Green. HEX triplet: 26, 42 and 29. RGB value is (38,66,41). Sum of RGB (Red+Green+Blue) = 38+66+41=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #264229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264229 is #D9BDD6. Grayscale: #363636. Windows color (decimal): -14269911 or 2703910. OLE color: 2703910.
HSL color Cylindrical-coordinate representation of color #264229: hue angle of 126.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264229 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 41 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.74 |
| HSL | 126.43º | 0.27% | 0.2% | - |
| HSV(B) | 126.43º | 0.42% | 0.26% | - |
| XYZ | 3.15 | 4.47 | 2.79 | - |
| YUV | 54.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 41 | 0.42 | 0 | 0.38 | 0.74 | 126.43 | 0.27 | 0.2 |
| Hex | 26 | 42 | 29 | 2A | 0 | 26 | 4A | 7E | 1B | 14 |
| Octal | 46 | 102 | 51 | 52 | 0 | 46 | 112 | 176 | 33 | 24 |
| Binary | 100110 | 1000010 | 101001 | 101010 | 0 | 100110 | 1001010 | 1111110 | 11011 | 10100 |
Color Harmonies of #264229
Complementary color
Monochromatic Colors of #264229
Black with #264229
Text Example
Text Example
White with #264229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264229; }
p { color: rgb(38,66,41); }
H1.HeaderClassName
{
color: #264229;
}
.AnyTagClassName
{
color: #264229;
}
</style>
background-color css
<style>
a { background-color: #264229; }
a { background-color: rgb(38,66,41); }
div.DivClassName
{
background-color: #264229;
}
.BgClassName
{
background-color: #264229;
}
</style>
border-color css
<style>
span { border-color: #264229; }
span { border-color: rgb(38,66,41); }
td.TdClassName
{
border-color: #264229;
}
.TagClassName
{
border-color: #264229;
}
</style>