Shades of Chateau Green #2DB14F
Tints of Chateau Green #2DB14F
RGB
CMYK
RGB Variations
Color information
#2DB14F (or 0x2DB14F) is known color: Chateau Green. HEX triplet: 2D, B1 and 4F. RGB value is (45,177,79). Sum of RGB (Red+Green+Blue) = 45+177+79=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB14F is #D24EB0. Grayscale: #7E7E7E. Windows color (decimal): -13782705 or 5222701. OLE color: 5222701.
HSL color Cylindrical-coordinate representation of color #2DB14F: hue angle of 135.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB14F is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 79 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.31 |
| HSL | 135.45º | 0.59% | 0.44% | - |
| HSV(B) | 135.45º | 0.75% | 0.69% | - |
| XYZ | 18.22 | 32.57 | 12.72 | - |
| YUV | 126.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 79 | 0.75 | 0 | 0.55 | 0.31 | 135.45 | 0.59 | 0.44 |
| Hex | 2D | B1 | 4F | 4B | 0 | 37 | 1F | 87 | 3B | 2C |
| Octal | 55 | 261 | 117 | 113 | 0 | 67 | 37 | 207 | 73 | 54 |
| Binary | 101101 | 10110001 | 1001111 | 1001011 | 0 | 110111 | 11111 | 10000111 | 111011 | 101100 |
Color Harmonies of #2DB14F
Complementary color
Monochromatic Colors of #2DB14F
Black with #2DB14F
Text Example
Text Example
White with #2DB14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB14F; }
p { color: rgb(45,177,79); }
H1.HeaderClassName
{
color: #2DB14F;
}
.AnyTagClassName
{
color: #2DB14F;
}
</style>
background-color css
<style>
a { background-color: #2DB14F; }
a { background-color: rgb(45,177,79); }
div.DivClassName
{
background-color: #2DB14F;
}
.BgClassName
{
background-color: #2DB14F;
}
</style>
border-color css
<style>
span { border-color: #2DB14F; }
span { border-color: rgb(45,177,79); }
td.TdClassName
{
border-color: #2DB14F;
}
.TagClassName
{
border-color: #2DB14F;
}
</style>