Shades of Chateau Green #2DAF58
Tints of Chateau Green #2DAF58
RGB
CMYK
RGB Variations
Color information
#2DAF58 (or 0x2DAF58) is known color: Chateau Green. HEX triplet: 2D, AF and 58. RGB value is (45,175,88). Sum of RGB (Red+Green+Blue) = 45+175+88=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF58 is #D250A7. Grayscale: #7E7E7E. Windows color (decimal): -13783208 or 5812013. OLE color: 5812013.
HSL color Cylindrical-coordinate representation of color #2DAF58: hue angle of 139.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF58 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 88 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.31 |
| HSL | 139.85º | 0.59% | 0.43% | - |
| HSV(B) | 139.85º | 0.74% | 0.69% | - |
| XYZ | 18.17 | 31.92 | 14.44 | - |
| YUV | 126.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 88 | 0.74 | 0 | 0.50 | 0.31 | 139.85 | 0.59 | 0.43 |
| Hex | 2D | AF | 58 | 4A | 0 | 32 | 1F | 8C | 3B | 2B |
| Octal | 55 | 257 | 130 | 112 | 0 | 62 | 37 | 214 | 73 | 53 |
| Binary | 101101 | 10101111 | 1011000 | 1001010 | 0 | 110010 | 11111 | 10001100 | 111011 | 101011 |
Color Harmonies of #2DAF58
Complementary color
Monochromatic Colors of #2DAF58
Black with #2DAF58
Text Example
Text Example
White with #2DAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF58; }
p { color: rgb(45,175,88); }
H1.HeaderClassName
{
color: #2DAF58;
}
.AnyTagClassName
{
color: #2DAF58;
}
</style>
background-color css
<style>
a { background-color: #2DAF58; }
a { background-color: rgb(45,175,88); }
div.DivClassName
{
background-color: #2DAF58;
}
.BgClassName
{
background-color: #2DAF58;
}
</style>
border-color css
<style>
span { border-color: #2DAF58; }
span { border-color: rgb(45,175,88); }
td.TdClassName
{
border-color: #2DAF58;
}
.TagClassName
{
border-color: #2DAF58;
}
</style>