Shades of Gordons Green #26402B
Tints of Gordons Green #26402B
RGB
CMYK
RGB Variations
Color information
#26402B (or 0x26402B) is known color: Gordons Green. HEX triplet: 26, 40 and 2B. RGB value is (38,64,43). Sum of RGB (Red+Green+Blue) = 38+64+43=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #26402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26402B is #D9BFD4. Grayscale: #353535. Windows color (decimal): -14270421 or 2834470. OLE color: 2834470.
HSL color Cylindrical-coordinate representation of color #26402B: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #26402B is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 64 | 43 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.75 |
| HSL | 131.54º | 0.25% | 0.2% | - |
| HSV(B) | 131.54º | 0.41% | 0.25% | - |
| XYZ | 3.07 | 4.25 | 2.94 | - |
| YUV | 53.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 43 | 0.41 | 0 | 0.33 | 0.75 | 131.54 | 0.25 | 0.2 |
| Hex | 26 | 40 | 2B | 29 | 0 | 21 | 4B | 84 | 19 | 14 |
| Octal | 46 | 100 | 53 | 51 | 0 | 41 | 113 | 204 | 31 | 24 |
| Binary | 100110 | 1000000 | 101011 | 101001 | 0 | 100001 | 1001011 | 10000100 | 11001 | 10100 |
Color Harmonies of #26402B
Complementary color
Monochromatic Colors of #26402B
Black with #26402B
Text Example
Text Example
White with #26402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26402B; }
p { color: rgb(38,64,43); }
H1.HeaderClassName
{
color: #26402B;
}
.AnyTagClassName
{
color: #26402B;
}
</style>
background-color css
<style>
a { background-color: #26402B; }
a { background-color: rgb(38,64,43); }
div.DivClassName
{
background-color: #26402B;
}
.BgClassName
{
background-color: #26402B;
}
</style>
border-color css
<style>
span { border-color: #26402B; }
span { border-color: rgb(38,64,43); }
td.TdClassName
{
border-color: #26402B;
}
.TagClassName
{
border-color: #26402B;
}
</style>