Shades of Chateau Green #2FBB4C
Tints of Chateau Green #2FBB4C
RGB
CMYK
RGB Variations
Color information
#2FBB4C (or 0x2FBB4C) is known color: Chateau Green. HEX triplet: 2F, BB and 4C. RGB value is (47,187,76). Sum of RGB (Red+Green+Blue) = 47+187+76=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB4C is #D044B3. Grayscale: #848484. Windows color (decimal): -13649076 or 5028655. OLE color: 5028655.
HSL color Cylindrical-coordinate representation of color #2FBB4C: hue angle of 132.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBB4C is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 76 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.27 |
| HSL | 132.43º | 0.6% | 0.46% | - |
| HSV(B) | 132.43º | 0.75% | 0.73% | - |
| XYZ | 20.25 | 36.67 | 12.85 | - |
| YUV | 132.49 | 96.12 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 76 | 0.75 | 0 | 0.59 | 0.27 | 132.43 | 0.6 | 0.46 |
| Hex | 2F | BB | 4C | 4B | 0 | 3B | 1B | 84 | 3C | 2E |
| Octal | 57 | 273 | 114 | 113 | 0 | 73 | 33 | 204 | 74 | 56 |
| Binary | 101111 | 10111011 | 1001100 | 1001011 | 0 | 111011 | 11011 | 10000100 | 111100 | 101110 |
Color Harmonies of #2FBB4C
Complementary color
Monochromatic Colors of #2FBB4C
Black with #2FBB4C
Text Example
Text Example
White with #2FBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB4C; }
p { color: rgb(47,187,76); }
H1.HeaderClassName
{
color: #2FBB4C;
}
.AnyTagClassName
{
color: #2FBB4C;
}
</style>
background-color css
<style>
a { background-color: #2FBB4C; }
a { background-color: rgb(47,187,76); }
div.DivClassName
{
background-color: #2FBB4C;
}
.BgClassName
{
background-color: #2FBB4C;
}
</style>
border-color css
<style>
span { border-color: #2FBB4C; }
span { border-color: rgb(47,187,76); }
td.TdClassName
{
border-color: #2FBB4C;
}
.TagClassName
{
border-color: #2FBB4C;
}
</style>