Shades of Chateau Green #28AA42
Tints of Chateau Green #28AA42
RGB
CMYK
RGB Variations
Color information
#28AA42 (or 0x28AA42) is known color: Chateau Green. HEX triplet: 28, AA and 42. RGB value is (40,170,66). Sum of RGB (Red+Green+Blue) = 40+170+66=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA42 is #D755BD. Grayscale: #777777. Windows color (decimal): -14112190 or 4368936. OLE color: 4368936.
HSL color Cylindrical-coordinate representation of color #28AA42: hue angle of 132º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA42 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 66 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.33 |
| HSL | 132º | 0.62% | 0.41% | - |
| HSV(B) | 132º | 0.76% | 0.67% | - |
| XYZ | 16.23 | 29.59 | 10.01 | - |
| YUV | 119.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 66 | 0.76 | 0 | 0.61 | 0.33 | 132 | 0.62 | 0.41 |
| Hex | 28 | AA | 42 | 4C | 0 | 3D | 21 | 84 | 3E | 29 |
| Octal | 50 | 252 | 102 | 114 | 0 | 75 | 41 | 204 | 76 | 51 |
| Binary | 101000 | 10101010 | 1000010 | 1001100 | 0 | 111101 | 100001 | 10000100 | 111110 | 101001 |
Color Harmonies of #28AA42
Complementary color
Monochromatic Colors of #28AA42
Black with #28AA42
Text Example
Text Example
White with #28AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA42; }
p { color: rgb(40,170,66); }
H1.HeaderClassName
{
color: #28AA42;
}
.AnyTagClassName
{
color: #28AA42;
}
</style>
background-color css
<style>
a { background-color: #28AA42; }
a { background-color: rgb(40,170,66); }
div.DivClassName
{
background-color: #28AA42;
}
.BgClassName
{
background-color: #28AA42;
}
</style>
border-color css
<style>
span { border-color: #28AA42; }
span { border-color: rgb(40,170,66); }
td.TdClassName
{
border-color: #28AA42;
}
.TagClassName
{
border-color: #28AA42;
}
</style>