Shades of Chateau Green #26A03E
Tints of Chateau Green #26A03E
RGB
CMYK
RGB Variations
Color information
#26A03E (or 0x26A03E) is known color: Chateau Green. HEX triplet: 26, A0 and 3E. RGB value is (38,160,62). Sum of RGB (Red+Green+Blue) = 38+160+62=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #26A03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A03E is #D95FC1. Grayscale: #707070. Windows color (decimal): -14245826 or 4104230. OLE color: 4104230.
HSL color Cylindrical-coordinate representation of color #26A03E: hue angle of 131.8º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A03E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 160 | 62 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.37 |
| HSL | 131.8º | 0.62% | 0.39% | - |
| HSV(B) | 131.8º | 0.76% | 0.63% | - |
| XYZ | 14.24 | 25.9 | 8.81 | - |
| YUV | 112.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 62 | 0.76 | 0 | 0.61 | 0.37 | 131.8 | 0.62 | 0.39 |
| Hex | 26 | A0 | 3E | 4C | 0 | 3D | 25 | 84 | 3E | 27 |
| Octal | 46 | 240 | 76 | 114 | 0 | 75 | 45 | 204 | 76 | 47 |
| Binary | 100110 | 10100000 | 111110 | 1001100 | 0 | 111101 | 100101 | 10000100 | 111110 | 100111 |
Color Harmonies of #26A03E
Complementary color
Monochromatic Colors of #26A03E
Black with #26A03E
Text Example
Text Example
White with #26A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A03E; }
p { color: rgb(38,160,62); }
H1.HeaderClassName
{
color: #26A03E;
}
.AnyTagClassName
{
color: #26A03E;
}
</style>
background-color css
<style>
a { background-color: #26A03E; }
a { background-color: rgb(38,160,62); }
div.DivClassName
{
background-color: #26A03E;
}
.BgClassName
{
background-color: #26A03E;
}
</style>
border-color css
<style>
span { border-color: #26A03E; }
span { border-color: rgb(38,160,62); }
td.TdClassName
{
border-color: #26A03E;
}
.TagClassName
{
border-color: #26A03E;
}
</style>