Shades of Chateau Green #2DB34B
Tints of Chateau Green #2DB34B
RGB
CMYK
RGB Variations
Color information
#2DB34B (or 0x2DB34B) is known color: Chateau Green. HEX triplet: 2D, B3 and 4B. RGB value is (45,179,75). Sum of RGB (Red+Green+Blue) = 45+179+75=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB34B is #D24CB4. Grayscale: #7F7F7F. Windows color (decimal): -13782197 or 4961069. OLE color: 4961069.
HSL color Cylindrical-coordinate representation of color #2DB34B: hue angle of 133.43º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB34B is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 75 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.30 |
| HSL | 133.43º | 0.6% | 0.44% | - |
| HSV(B) | 133.43º | 0.75% | 0.7% | - |
| XYZ | 18.47 | 33.31 | 12.11 | - |
| YUV | 127.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 75 | 0.75 | 0 | 0.58 | 0.30 | 133.43 | 0.6 | 0.44 |
| Hex | 2D | B3 | 4B | 4B | 0 | 3A | 1E | 85 | 3C | 2C |
| Octal | 55 | 263 | 113 | 113 | 0 | 72 | 36 | 205 | 74 | 54 |
| Binary | 101101 | 10110011 | 1001011 | 1001011 | 0 | 111010 | 11110 | 10000101 | 111100 | 101100 |
Color Harmonies of #2DB34B
Complementary color
Monochromatic Colors of #2DB34B
Black with #2DB34B
Text Example
Text Example
White with #2DB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB34B; }
p { color: rgb(45,179,75); }
H1.HeaderClassName
{
color: #2DB34B;
}
.AnyTagClassName
{
color: #2DB34B;
}
</style>
background-color css
<style>
a { background-color: #2DB34B; }
a { background-color: rgb(45,179,75); }
div.DivClassName
{
background-color: #2DB34B;
}
.BgClassName
{
background-color: #2DB34B;
}
</style>
border-color css
<style>
span { border-color: #2DB34B; }
span { border-color: rgb(45,179,75); }
td.TdClassName
{
border-color: #2DB34B;
}
.TagClassName
{
border-color: #2DB34B;
}
</style>