Shades of Chateau Green #26B252
Tints of Chateau Green #26B252
RGB
CMYK
RGB Variations
Color information
#26B252 (or 0x26B252) is known color: Chateau Green. HEX triplet: 26, B2 and 52. RGB value is (38,178,82). Sum of RGB (Red+Green+Blue) = 38+178+82=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #26B252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26B252 is #D94DAD. Grayscale: #7D7D7D. Windows color (decimal): -14241198 or 5419558. OLE color: 5419558.
HSL color Cylindrical-coordinate representation of color #26B252: hue angle of 138.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B252 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 178 | 82 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.30 |
| HSL | 138.86º | 0.65% | 0.42% | - |
| HSV(B) | 138.86º | 0.79% | 0.7% | - |
| XYZ | 18.24 | 32.86 | 13.36 | - |
| YUV | 125.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 82 | 0.79 | 0 | 0.54 | 0.30 | 138.86 | 0.65 | 0.42 |
| Hex | 26 | B2 | 52 | 4F | 0 | 36 | 1E | 8B | 41 | 2A |
| Octal | 46 | 262 | 122 | 117 | 0 | 66 | 36 | 213 | 101 | 52 |
| Binary | 100110 | 10110010 | 1010010 | 1001111 | 0 | 110110 | 11110 | 10001011 | 1000001 | 101010 |
Color Harmonies of #26B252
Complementary color
Monochromatic Colors of #26B252
Black with #26B252
Text Example
Text Example
White with #26B252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B252; }
p { color: rgb(38,178,82); }
H1.HeaderClassName
{
color: #26B252;
}
.AnyTagClassName
{
color: #26B252;
}
</style>
background-color css
<style>
a { background-color: #26B252; }
a { background-color: rgb(38,178,82); }
div.DivClassName
{
background-color: #26B252;
}
.BgClassName
{
background-color: #26B252;
}
</style>
border-color css
<style>
span { border-color: #26B252; }
span { border-color: rgb(38,178,82); }
td.TdClassName
{
border-color: #26B252;
}
.TagClassName
{
border-color: #26B252;
}
</style>