Shades of Chateau Green #2DAD43
Tints of Chateau Green #2DAD43
RGB
CMYK
RGB Variations
Color information
#2DAD43 (or 0x2DAD43) is known color: Chateau Green. HEX triplet: 2D, AD and 43. RGB value is (45,173,67). Sum of RGB (Red+Green+Blue) = 45+173+67=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD43 is #D252BC. Grayscale: #7A7A7A. Windows color (decimal): -13783741 or 4435245. OLE color: 4435245.
HSL color Cylindrical-coordinate representation of color #2DAD43: hue angle of 130.31º 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 #2DAD43 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 67 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.32 |
| HSL | 130.31º | 0.59% | 0.43% | - |
| HSV(B) | 130.31º | 0.74% | 0.68% | - |
| XYZ | 17.04 | 30.85 | 10.37 | - |
| YUV | 122.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 67 | 0.74 | 0 | 0.61 | 0.32 | 130.31 | 0.59 | 0.43 |
| Hex | 2D | AD | 43 | 4A | 0 | 3D | 20 | 82 | 3B | 2B |
| Octal | 55 | 255 | 103 | 112 | 0 | 75 | 40 | 202 | 73 | 53 |
| Binary | 101101 | 10101101 | 1000011 | 1001010 | 0 | 111101 | 100000 | 10000010 | 111011 | 101011 |
Color Harmonies of #2DAD43
Complementary color
Monochromatic Colors of #2DAD43
Black with #2DAD43
Text Example
Text Example
White with #2DAD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD43; }
p { color: rgb(45,173,67); }
H1.HeaderClassName
{
color: #2DAD43;
}
.AnyTagClassName
{
color: #2DAD43;
}
</style>
background-color css
<style>
a { background-color: #2DAD43; }
a { background-color: rgb(45,173,67); }
div.DivClassName
{
background-color: #2DAD43;
}
.BgClassName
{
background-color: #2DAD43;
}
</style>
border-color css
<style>
span { border-color: #2DAD43; }
span { border-color: rgb(45,173,67); }
td.TdClassName
{
border-color: #2DAD43;
}
.TagClassName
{
border-color: #2DAD43;
}
</style>