Shades of Chateau Green #2FB25B
Tints of Chateau Green #2FB25B
RGB
CMYK
RGB Variations
Color information
#2FB25B (or 0x2FB25B) is known color: Chateau Green. HEX triplet: 2F, B2 and 5B. RGB value is (47,178,91). Sum of RGB (Red+Green+Blue) = 47+178+91=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB25B is #D04DA4. Grayscale: #818181. Windows color (decimal): -13651365 or 6009391. OLE color: 6009391.
HSL color Cylindrical-coordinate representation of color #2FB25B: hue angle of 140.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB25B is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 91 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.30 |
| HSL | 140.15º | 0.58% | 0.44% | - |
| HSV(B) | 140.15º | 0.74% | 0.7% | - |
| XYZ | 18.98 | 33.2 | 15.31 | - |
| YUV | 128.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 91 | 0.74 | 0 | 0.49 | 0.30 | 140.15 | 0.58 | 0.44 |
| Hex | 2F | B2 | 5B | 4A | 0 | 31 | 1E | 8C | 3A | 2C |
| Octal | 57 | 262 | 133 | 112 | 0 | 61 | 36 | 214 | 72 | 54 |
| Binary | 101111 | 10110010 | 1011011 | 1001010 | 0 | 110001 | 11110 | 10001100 | 111010 | 101100 |
Color Harmonies of #2FB25B
Complementary color
Monochromatic Colors of #2FB25B
Black with #2FB25B
Text Example
Text Example
White with #2FB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB25B; }
p { color: rgb(47,178,91); }
H1.HeaderClassName
{
color: #2FB25B;
}
.AnyTagClassName
{
color: #2FB25B;
}
</style>
background-color css
<style>
a { background-color: #2FB25B; }
a { background-color: rgb(47,178,91); }
div.DivClassName
{
background-color: #2FB25B;
}
.BgClassName
{
background-color: #2FB25B;
}
</style>
border-color css
<style>
span { border-color: #2FB25B; }
span { border-color: rgb(47,178,91); }
td.TdClassName
{
border-color: #2FB25B;
}
.TagClassName
{
border-color: #2FB25B;
}
</style>