Shades of Chateau Green #2FB54C
Tints of Chateau Green #2FB54C
RGB
CMYK
RGB Variations
Color information
#2FB54C (or 0x2FB54C) is known color: Chateau Green. HEX triplet: 2F, B5 and 4C. RGB value is (47,181,76). Sum of RGB (Red+Green+Blue) = 47+181+76=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB54C is #D04AB3. Grayscale: #818181. Windows color (decimal): -13650612 or 5027119. OLE color: 5027119.
HSL color Cylindrical-coordinate representation of color #2FB54C: hue angle of 132.99º 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 #2FB54C is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 76 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.29 |
| HSL | 132.99º | 0.59% | 0.45% | - |
| HSV(B) | 132.99º | 0.74% | 0.71% | - |
| XYZ | 19 | 34.17 | 12.43 | - |
| YUV | 128.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 76 | 0.74 | 0 | 0.58 | 0.29 | 132.99 | 0.59 | 0.45 |
| Hex | 2F | B5 | 4C | 4A | 0 | 3A | 1D | 85 | 3B | 2D |
| Octal | 57 | 265 | 114 | 112 | 0 | 72 | 35 | 205 | 73 | 55 |
| Binary | 101111 | 10110101 | 1001100 | 1001010 | 0 | 111010 | 11101 | 10000101 | 111011 | 101101 |
Color Harmonies of #2FB54C
Complementary color
Monochromatic Colors of #2FB54C
Black with #2FB54C
Text Example
Text Example
White with #2FB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB54C; }
p { color: rgb(47,181,76); }
H1.HeaderClassName
{
color: #2FB54C;
}
.AnyTagClassName
{
color: #2FB54C;
}
</style>
background-color css
<style>
a { background-color: #2FB54C; }
a { background-color: rgb(47,181,76); }
div.DivClassName
{
background-color: #2FB54C;
}
.BgClassName
{
background-color: #2FB54C;
}
</style>
border-color css
<style>
span { border-color: #2FB54C; }
span { border-color: rgb(47,181,76); }
td.TdClassName
{
border-color: #2FB54C;
}
.TagClassName
{
border-color: #2FB54C;
}
</style>