Shades of Chateau Green #2DA23D
Tints of Chateau Green #2DA23D
RGB
CMYK
RGB Variations
Color information
#2DA23D (or 0x2DA23D) is known color: Chateau Green. HEX triplet: 2D, A2 and 3D. RGB value is (45,162,61). Sum of RGB (Red+Green+Blue) = 45+162+61=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA23D is #D25DC2. Grayscale: #737373. Windows color (decimal): -13786563 or 4039213. OLE color: 4039213.
HSL color Cylindrical-coordinate representation of color #2DA23D: hue angle of 128.21º 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 #2DA23D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 61 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.36 |
| HSL | 128.21º | 0.57% | 0.41% | - |
| HSV(B) | 128.21º | 0.72% | 0.64% | - |
| XYZ | 14.84 | 26.74 | 8.79 | - |
| YUV | 115.5 | 97.24 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 61 | 0.72 | 0 | 0.62 | 0.36 | 128.21 | 0.57 | 0.41 |
| Hex | 2D | A2 | 3D | 48 | 0 | 3E | 24 | 80 | 39 | 29 |
| Octal | 55 | 242 | 75 | 110 | 0 | 76 | 44 | 200 | 71 | 51 |
| Binary | 101101 | 10100010 | 111101 | 1001000 | 0 | 111110 | 100100 | 10000000 | 111001 | 101001 |
Color Harmonies of #2DA23D
Complementary color
Monochromatic Colors of #2DA23D
Black with #2DA23D
Text Example
Text Example
White with #2DA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA23D; }
p { color: rgb(45,162,61); }
H1.HeaderClassName
{
color: #2DA23D;
}
.AnyTagClassName
{
color: #2DA23D;
}
</style>
background-color css
<style>
a { background-color: #2DA23D; }
a { background-color: rgb(45,162,61); }
div.DivClassName
{
background-color: #2DA23D;
}
.BgClassName
{
background-color: #2DA23D;
}
</style>
border-color css
<style>
span { border-color: #2DA23D; }
span { border-color: rgb(45,162,61); }
td.TdClassName
{
border-color: #2DA23D;
}
.TagClassName
{
border-color: #2DA23D;
}
</style>