Shades of Chateau Green #2DA23C
Tints of Chateau Green #2DA23C
RGB
CMYK
RGB Variations
Color information
#2DA23C (or 0x2DA23C) is known color: Chateau Green. HEX triplet: 2D, A2 and 3C. RGB value is (45,162,60). Sum of RGB (Red+Green+Blue) = 45+162+60=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA23C is #D25DC3. Grayscale: #737373. Windows color (decimal): -13786564 or 3973677. OLE color: 3973677.
HSL color Cylindrical-coordinate representation of color #2DA23C: hue angle of 127.69º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA23C is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 60 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.36 |
| HSL | 127.69º | 0.57% | 0.41% | - |
| HSV(B) | 127.69º | 0.72% | 0.64% | - |
| XYZ | 14.82 | 26.72 | 8.65 | - |
| YUV | 115.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 60 | 0.72 | 0 | 0.63 | 0.36 | 127.69 | 0.57 | 0.41 |
| Hex | 2D | A2 | 3C | 48 | 0 | 3F | 24 | 80 | 39 | 29 |
| Octal | 55 | 242 | 74 | 110 | 0 | 77 | 44 | 200 | 71 | 51 |
| Binary | 101101 | 10100010 | 111100 | 1001000 | 0 | 111111 | 100100 | 10000000 | 111001 | 101001 |
Color Harmonies of #2DA23C
Complementary color
Monochromatic Colors of #2DA23C
Black with #2DA23C
Text Example
Text Example
White with #2DA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA23C; }
p { color: rgb(45,162,60); }
H1.HeaderClassName
{
color: #2DA23C;
}
.AnyTagClassName
{
color: #2DA23C;
}
</style>
background-color css
<style>
a { background-color: #2DA23C; }
a { background-color: rgb(45,162,60); }
div.DivClassName
{
background-color: #2DA23C;
}
.BgClassName
{
background-color: #2DA23C;
}
</style>
border-color css
<style>
span { border-color: #2DA23C; }
span { border-color: rgb(45,162,60); }
td.TdClassName
{
border-color: #2DA23C;
}
.TagClassName
{
border-color: #2DA23C;
}
</style>