Shades of Chateau Green #2D9F4D
Tints of Chateau Green #2D9F4D
RGB
CMYK
RGB Variations
Color information
#2D9F4D (or 0x2D9F4D) is known color: Chateau Green. HEX triplet: 2D, 9F and 4D. RGB value is (45,159,77). Sum of RGB (Red+Green+Blue) = 45+159+77=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F4D is #D260B2. Grayscale: #737373. Windows color (decimal): -13787315 or 5087021. OLE color: 5087021.
HSL color Cylindrical-coordinate representation of color #2D9F4D: hue angle of 136.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9F4D is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
RGB | 45 | 159 | 77 | - |
CMYK | 0.72 | 0 | 0.52 | 0.38 |
HSL | 136.84º | 0.56% | 0.4% | - |
HSV(B) | 136.84º | 0.72% | 0.62% | - |
XYZ | 14.82 | 25.89 | 11.24 | - |
YUV | 115.57 | 106.23 | 77.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 159 | 77 | 0.72 | 0 | 0.52 | 0.38 | 136.84 | 0.56 | 0.4 |
Hex | 2D | 9F | 4D | 48 | 0 | 34 | 26 | 89 | 38 | 28 |
Octal | 55 | 237 | 115 | 110 | 0 | 64 | 46 | 211 | 70 | 50 |
Binary | 101101 | 10011111 | 1001101 | 1001000 | 0 | 110100 | 100110 | 10001001 | 111000 | 101000 |
Color Harmonies of #2D9F4D
Complementary color
Monochromatic Colors of #2D9F4D
Black with #2D9F4D
Text Example
Text Example
White with #2D9F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F4D; }
p { color: rgb(45,159,77); }
H1.HeaderClassName
{
color: #2D9F4D;
}
.AnyTagClassName
{
color: #2D9F4D;
}
</style>
background-color css
<style>
a { background-color: #2D9F4D; }
a { background-color: rgb(45,159,77); }
div.DivClassName
{
background-color: #2D9F4D;
}
.BgClassName
{
background-color: #2D9F4D;
}
</style>
border-color css
<style>
span { border-color: #2D9F4D; }
span { border-color: rgb(45,159,77); }
td.TdClassName
{
border-color: #2D9F4D;
}
.TagClassName
{
border-color: #2D9F4D;
}
</style>