Shades of Chateau Green #2DA34A
Tints of Chateau Green #2DA34A
RGB
CMYK
RGB Variations
Color information
#2DA34A (or 0x2DA34A) is known color: Chateau Green. HEX triplet: 2D, A3 and 4A. RGB value is (45,163,74). Sum of RGB (Red+Green+Blue) = 45+163+74=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA34A is #D25CB5. Grayscale: #757575. Windows color (decimal): -13786294 or 4891437. OLE color: 4891437.
HSL color Cylindrical-coordinate representation of color #2DA34A: hue angle of 134.75º 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 #2DA34A is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 74 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.36 |
| HSL | 134.75º | 0.57% | 0.41% | - |
| HSV(B) | 134.75º | 0.72% | 0.64% | - |
| XYZ | 15.42 | 27.25 | 10.93 | - |
| YUV | 117.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 74 | 0.72 | 0 | 0.55 | 0.36 | 134.75 | 0.57 | 0.41 |
| Hex | 2D | A3 | 4A | 48 | 0 | 37 | 24 | 87 | 39 | 29 |
| Octal | 55 | 243 | 112 | 110 | 0 | 67 | 44 | 207 | 71 | 51 |
| Binary | 101101 | 10100011 | 1001010 | 1001000 | 0 | 110111 | 100100 | 10000111 | 111001 | 101001 |
Color Harmonies of #2DA34A
Complementary color
Monochromatic Colors of #2DA34A
Black with #2DA34A
Text Example
Text Example
White with #2DA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA34A; }
p { color: rgb(45,163,74); }
H1.HeaderClassName
{
color: #2DA34A;
}
.AnyTagClassName
{
color: #2DA34A;
}
</style>
background-color css
<style>
a { background-color: #2DA34A; }
a { background-color: rgb(45,163,74); }
div.DivClassName
{
background-color: #2DA34A;
}
.BgClassName
{
background-color: #2DA34A;
}
</style>
border-color css
<style>
span { border-color: #2DA34A; }
span { border-color: rgb(45,163,74); }
td.TdClassName
{
border-color: #2DA34A;
}
.TagClassName
{
border-color: #2DA34A;
}
</style>