Shades of Gordons Green #26412A
Tints of Gordons Green #26412A
RGB
CMYK
RGB Variations
Color information
#26412A (or 0x26412A) is known color: Gordons Green. HEX triplet: 26, 41 and 2A. RGB value is (38,65,42). Sum of RGB (Red+Green+Blue) = 38+65+42=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #26412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26412A is #D9BED5. Grayscale: #363636. Windows color (decimal): -14270166 or 2769190. OLE color: 2769190.
HSL color Cylindrical-coordinate representation of color #26412A: hue angle of 128.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26412A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 42 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.75 |
| HSL | 128.89º | 0.26% | 0.2% | - |
| HSV(B) | 128.89º | 0.42% | 0.25% | - |
| XYZ | 3.11 | 4.36 | 2.87 | - |
| YUV | 54.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 42 | 0.42 | 0 | 0.35 | 0.75 | 128.89 | 0.26 | 0.2 |
| Hex | 26 | 41 | 2A | 2A | 0 | 23 | 4B | 81 | 1A | 14 |
| Octal | 46 | 101 | 52 | 52 | 0 | 43 | 113 | 201 | 32 | 24 |
| Binary | 100110 | 1000001 | 101010 | 101010 | 0 | 100011 | 1001011 | 10000001 | 11010 | 10100 |
Color Harmonies of #26412A
Complementary color
Monochromatic Colors of #26412A
Black with #26412A
Text Example
Text Example
White with #26412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26412A; }
p { color: rgb(38,65,42); }
H1.HeaderClassName
{
color: #26412A;
}
.AnyTagClassName
{
color: #26412A;
}
</style>
background-color css
<style>
a { background-color: #26412A; }
a { background-color: rgb(38,65,42); }
div.DivClassName
{
background-color: #26412A;
}
.BgClassName
{
background-color: #26412A;
}
</style>
border-color css
<style>
span { border-color: #26412A; }
span { border-color: rgb(38,65,42); }
td.TdClassName
{
border-color: #26412A;
}
.TagClassName
{
border-color: #26412A;
}
</style>