Shades of Gordons Green #26432B
Tints of Gordons Green #26432B
RGB
CMYK
RGB Variations
Color information
#26432B (or 0x26432B) is known color: Gordons Green. HEX triplet: 26, 43 and 2B. RGB value is (38,67,43). Sum of RGB (Red+Green+Blue) = 38+67+43=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #26432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26432B is #D9BCD4. Grayscale: #373737. Windows color (decimal): -14269653 or 2835238. OLE color: 2835238.
HSL color Cylindrical-coordinate representation of color #26432B: hue angle of 130.34º 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 #26432B is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 67 | 43 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.74 |
| HSL | 130.34º | 0.28% | 0.21% | - |
| HSV(B) | 130.34º | 0.43% | 0.26% | - |
| XYZ | 3.24 | 4.6 | 3 | - |
| YUV | 55.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 43 | 0.43 | 0 | 0.36 | 0.74 | 130.34 | 0.28 | 0.21 |
| Hex | 26 | 43 | 2B | 2B | 0 | 24 | 4A | 82 | 1C | 15 |
| Octal | 46 | 103 | 53 | 53 | 0 | 44 | 112 | 202 | 34 | 25 |
| Binary | 100110 | 1000011 | 101011 | 101011 | 0 | 100100 | 1001010 | 10000010 | 11100 | 10101 |
Color Harmonies of #26432B
Complementary color
Monochromatic Colors of #26432B
Black with #26432B
Text Example
Text Example
White with #26432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26432B; }
p { color: rgb(38,67,43); }
H1.HeaderClassName
{
color: #26432B;
}
.AnyTagClassName
{
color: #26432B;
}
</style>
background-color css
<style>
a { background-color: #26432B; }
a { background-color: rgb(38,67,43); }
div.DivClassName
{
background-color: #26432B;
}
.BgClassName
{
background-color: #26432B;
}
</style>
border-color css
<style>
span { border-color: #26432B; }
span { border-color: rgb(38,67,43); }
td.TdClassName
{
border-color: #26432B;
}
.TagClassName
{
border-color: #26432B;
}
</style>