Shades of Chateau Green #2DAE43
Tints of Chateau Green #2DAE43
RGB
CMYK
RGB Variations
Color information
#2DAE43 (or 0x2DAE43) is known color: Chateau Green. HEX triplet: 2D, AE and 43. RGB value is (45,174,67). Sum of RGB (Red+Green+Blue) = 45+174+67=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE43 is #D251BC. Grayscale: #7B7B7B. Windows color (decimal): -13783485 or 4435501. OLE color: 4435501.
HSL color Cylindrical-coordinate representation of color #2DAE43: hue angle of 130.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE43 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 67 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.32 |
| HSL | 130.23º | 0.59% | 0.43% | - |
| HSV(B) | 130.23º | 0.74% | 0.68% | - |
| XYZ | 17.23 | 31.24 | 10.43 | - |
| YUV | 123.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 67 | 0.74 | 0 | 0.61 | 0.32 | 130.23 | 0.59 | 0.43 |
| Hex | 2D | AE | 43 | 4A | 0 | 3D | 20 | 82 | 3B | 2B |
| Octal | 55 | 256 | 103 | 112 | 0 | 75 | 40 | 202 | 73 | 53 |
| Binary | 101101 | 10101110 | 1000011 | 1001010 | 0 | 111101 | 100000 | 10000010 | 111011 | 101011 |
Color Harmonies of #2DAE43
Complementary color
Monochromatic Colors of #2DAE43
Black with #2DAE43
Text Example
Text Example
White with #2DAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE43; }
p { color: rgb(45,174,67); }
H1.HeaderClassName
{
color: #2DAE43;
}
.AnyTagClassName
{
color: #2DAE43;
}
</style>
background-color css
<style>
a { background-color: #2DAE43; }
a { background-color: rgb(45,174,67); }
div.DivClassName
{
background-color: #2DAE43;
}
.BgClassName
{
background-color: #2DAE43;
}
</style>
border-color css
<style>
span { border-color: #2DAE43; }
span { border-color: rgb(45,174,67); }
td.TdClassName
{
border-color: #2DAE43;
}
.TagClassName
{
border-color: #2DAE43;
}
</style>