Shades of Chateau Green #2DA73F
Tints of Chateau Green #2DA73F
RGB
CMYK
RGB Variations
Color information
#2DA73F (or 0x2DA73F) is known color: Chateau Green. HEX triplet: 2D, A7 and 3F. RGB value is (45,167,63). Sum of RGB (Red+Green+Blue) = 45+167+63=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 167 (65.62% from 255 or 60.73% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA73F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA73F is #D258C0. Grayscale: #767676. Windows color (decimal): -13785281 or 4171565. OLE color: 4171565.
HSL color Cylindrical-coordinate representation of color #2DA73F: hue angle of 128.85º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA73F is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 63 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.35 |
| HSL | 128.85º | 0.58% | 0.42% | - |
| HSV(B) | 128.85º | 0.73% | 0.65% | - |
| XYZ | 15.8 | 28.55 | 9.38 | - |
| YUV | 118.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 63 | 0.73 | 0 | 0.62 | 0.35 | 128.85 | 0.58 | 0.42 |
| Hex | 2D | A7 | 3F | 49 | 0 | 3E | 23 | 81 | 3A | 2A |
| Octal | 55 | 247 | 77 | 111 | 0 | 76 | 43 | 201 | 72 | 52 |
| Binary | 101101 | 10100111 | 111111 | 1001001 | 0 | 111110 | 100011 | 10000001 | 111010 | 101010 |
Color Harmonies of #2DA73F
Complementary color
Monochromatic Colors of #2DA73F
Black with #2DA73F
Text Example
Text Example
White with #2DA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA73F; }
p { color: rgb(45,167,63); }
H1.HeaderClassName
{
color: #2DA73F;
}
.AnyTagClassName
{
color: #2DA73F;
}
</style>
background-color css
<style>
a { background-color: #2DA73F; }
a { background-color: rgb(45,167,63); }
div.DivClassName
{
background-color: #2DA73F;
}
.BgClassName
{
background-color: #2DA73F;
}
</style>
border-color css
<style>
span { border-color: #2DA73F; }
span { border-color: rgb(45,167,63); }
td.TdClassName
{
border-color: #2DA73F;
}
.TagClassName
{
border-color: #2DA73F;
}
</style>