Shades of Chateau Green #2FB44D
Tints of Chateau Green #2FB44D
RGB
CMYK
RGB Variations
Color information
#2FB44D (or 0x2FB44D) is known color: Chateau Green. HEX triplet: 2F, B4 and 4D. RGB value is (47,180,77). Sum of RGB (Red+Green+Blue) = 47+180+77=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB44D is #D04BB2. Grayscale: #808080. Windows color (decimal): -13650867 or 5092399. OLE color: 5092399.
HSL color Cylindrical-coordinate representation of color #2FB44D: hue angle of 133.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB44D is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 77 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.29 |
| HSL | 133.53º | 0.59% | 0.45% | - |
| HSV(B) | 133.53º | 0.74% | 0.71% | - |
| XYZ | 18.83 | 33.78 | 12.55 | - |
| YUV | 128.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 77 | 0.74 | 0 | 0.57 | 0.29 | 133.53 | 0.59 | 0.45 |
| Hex | 2F | B4 | 4D | 4A | 0 | 39 | 1D | 86 | 3B | 2D |
| Octal | 57 | 264 | 115 | 112 | 0 | 71 | 35 | 206 | 73 | 55 |
| Binary | 101111 | 10110100 | 1001101 | 1001010 | 0 | 111001 | 11101 | 10000110 | 111011 | 101101 |
Color Harmonies of #2FB44D
Complementary color
Monochromatic Colors of #2FB44D
Black with #2FB44D
Text Example
Text Example
White with #2FB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB44D; }
p { color: rgb(47,180,77); }
H1.HeaderClassName
{
color: #2FB44D;
}
.AnyTagClassName
{
color: #2FB44D;
}
</style>
background-color css
<style>
a { background-color: #2FB44D; }
a { background-color: rgb(47,180,77); }
div.DivClassName
{
background-color: #2FB44D;
}
.BgClassName
{
background-color: #2FB44D;
}
</style>
border-color css
<style>
span { border-color: #2FB44D; }
span { border-color: rgb(47,180,77); }
td.TdClassName
{
border-color: #2FB44D;
}
.TagClassName
{
border-color: #2FB44D;
}
</style>