Shades of Chateau Green #2D9F46
Tints of Chateau Green #2D9F46
RGB
CMYK
RGB Variations
Color information
#2D9F46 (or 0x2D9F46) is known color: Chateau Green. HEX triplet: 2D, 9F and 46. RGB value is (45,159,70). Sum of RGB (Red+Green+Blue) = 45+159+70=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F46 is #D260B9. Grayscale: #737373. Windows color (decimal): -13787322 or 4628269. OLE color: 4628269.
HSL color Cylindrical-coordinate representation of color #2D9F46: hue angle of 133.16º 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 #2D9F46 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
RGB | 45 | 159 | 70 | - |
CMYK | 0.72 | 0 | 0.56 | 0.38 |
HSL | 133.16º | 0.56% | 0.4% | - |
HSV(B) | 133.16º | 0.72% | 0.62% | - |
XYZ | 14.59 | 25.8 | 10 | - |
YUV | 114.77 | 102.73 | 78.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 159 | 70 | 0.72 | 0 | 0.56 | 0.38 | 133.16 | 0.56 | 0.4 |
Hex | 2D | 9F | 46 | 48 | 0 | 38 | 26 | 85 | 38 | 28 |
Octal | 55 | 237 | 106 | 110 | 0 | 70 | 46 | 205 | 70 | 50 |
Binary | 101101 | 10011111 | 1000110 | 1001000 | 0 | 111000 | 100110 | 10000101 | 111000 | 101000 |
Color Harmonies of #2D9F46
Complementary color
Monochromatic Colors of #2D9F46
Black with #2D9F46
Text Example
Text Example
White with #2D9F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F46; }
p { color: rgb(45,159,70); }
H1.HeaderClassName
{
color: #2D9F46;
}
.AnyTagClassName
{
color: #2D9F46;
}
</style>
background-color css
<style>
a { background-color: #2D9F46; }
a { background-color: rgb(45,159,70); }
div.DivClassName
{
background-color: #2D9F46;
}
.BgClassName
{
background-color: #2D9F46;
}
</style>
border-color css
<style>
span { border-color: #2D9F46; }
span { border-color: rgb(45,159,70); }
td.TdClassName
{
border-color: #2D9F46;
}
.TagClassName
{
border-color: #2D9F46;
}
</style>