Shades of Chateau Green #2DB54A
Tints of Chateau Green #2DB54A
RGB
CMYK
RGB Variations
Color information
#2DB54A (or 0x2DB54A) is known color: Chateau Green. HEX triplet: 2D, B5 and 4A. RGB value is (45,181,74). Sum of RGB (Red+Green+Blue) = 45+181+74=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB54A is #D24AB5. Grayscale: #808080. Windows color (decimal): -13781686 or 4896045. OLE color: 4896045.
HSL color Cylindrical-coordinate representation of color #2DB54A: hue angle of 132.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB54A is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 74 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.29 |
| HSL | 132.79º | 0.6% | 0.44% | - |
| HSV(B) | 132.79º | 0.75% | 0.71% | - |
| XYZ | 18.84 | 34.1 | 12.07 | - |
| YUV | 128.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 74 | 0.75 | 0 | 0.59 | 0.29 | 132.79 | 0.6 | 0.44 |
| Hex | 2D | B5 | 4A | 4B | 0 | 3B | 1D | 85 | 3C | 2C |
| Octal | 55 | 265 | 112 | 113 | 0 | 73 | 35 | 205 | 74 | 54 |
| Binary | 101101 | 10110101 | 1001010 | 1001011 | 0 | 111011 | 11101 | 10000101 | 111100 | 101100 |
Color Harmonies of #2DB54A
Complementary color
Monochromatic Colors of #2DB54A
Black with #2DB54A
Text Example
Text Example
White with #2DB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB54A; }
p { color: rgb(45,181,74); }
H1.HeaderClassName
{
color: #2DB54A;
}
.AnyTagClassName
{
color: #2DB54A;
}
</style>
background-color css
<style>
a { background-color: #2DB54A; }
a { background-color: rgb(45,181,74); }
div.DivClassName
{
background-color: #2DB54A;
}
.BgClassName
{
background-color: #2DB54A;
}
</style>
border-color css
<style>
span { border-color: #2DB54A; }
span { border-color: rgb(45,181,74); }
td.TdClassName
{
border-color: #2DB54A;
}
.TagClassName
{
border-color: #2DB54A;
}
</style>