Shades of Gordons Green #26452A
Tints of Gordons Green #26452A
RGB
CMYK
RGB Variations
Color information
#26452A (or 0x26452A) is known color: Gordons Green. HEX triplet: 26, 45 and 2A. RGB value is (38,69,42). Sum of RGB (Red+Green+Blue) = 38+69+42=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #26452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26452A is #D9BAD5. Grayscale: #383838. Windows color (decimal): -14269142 or 2770214. OLE color: 2770214.
HSL color Cylindrical-coordinate representation of color #26452A: hue angle of 127.74º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26452A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 42 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.73 |
| HSL | 127.74º | 0.29% | 0.21% | - |
| HSV(B) | 127.74º | 0.45% | 0.27% | - |
| XYZ | 3.35 | 4.84 | 2.95 | - |
| YUV | 56.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 42 | 0.45 | 0 | 0.39 | 0.73 | 127.74 | 0.29 | 0.21 |
| Hex | 26 | 45 | 2A | 2D | 0 | 27 | 49 | 80 | 1D | 15 |
| Octal | 46 | 105 | 52 | 55 | 0 | 47 | 111 | 200 | 35 | 25 |
| Binary | 100110 | 1000101 | 101010 | 101101 | 0 | 100111 | 1001001 | 10000000 | 11101 | 10101 |
Color Harmonies of #26452A
Complementary color
Monochromatic Colors of #26452A
Black with #26452A
Text Example
Text Example
White with #26452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26452A; }
p { color: rgb(38,69,42); }
H1.HeaderClassName
{
color: #26452A;
}
.AnyTagClassName
{
color: #26452A;
}
</style>
background-color css
<style>
a { background-color: #26452A; }
a { background-color: rgb(38,69,42); }
div.DivClassName
{
background-color: #26452A;
}
.BgClassName
{
background-color: #26452A;
}
</style>
border-color css
<style>
span { border-color: #26452A; }
span { border-color: rgb(38,69,42); }
td.TdClassName
{
border-color: #26452A;
}
.TagClassName
{
border-color: #26452A;
}
</style>