Shades of Chateau Green #31B248
Tints of Chateau Green #31B248
RGB
CMYK
RGB Variations
Color information
#31B248 (or 0x31B248) is known color: Chateau Green. HEX triplet: 31, B2 and 48. RGB value is (49,178,72). Sum of RGB (Red+Green+Blue) = 49+178+72=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #31B248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B248 is #CE4DB7. Grayscale: #7F7F7F. Windows color (decimal): -13520312 or 4764209. OLE color: 4764209.
HSL color Cylindrical-coordinate representation of color #31B248: hue angle of 130.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B248 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 72 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.30 |
| HSL | 130.7º | 0.57% | 0.45% | - |
| HSV(B) | 130.7º | 0.72% | 0.7% | - |
| XYZ | 18.36 | 32.96 | 11.53 | - |
| YUV | 127.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 72 | 0.72 | 0 | 0.60 | 0.30 | 130.7 | 0.57 | 0.45 |
| Hex | 31 | B2 | 48 | 48 | 0 | 3C | 1E | 83 | 39 | 2D |
| Octal | 61 | 262 | 110 | 110 | 0 | 74 | 36 | 203 | 71 | 55 |
| Binary | 110001 | 10110010 | 1001000 | 1001000 | 0 | 111100 | 11110 | 10000011 | 111001 | 101101 |
Color Harmonies of #31B248
Complementary color
Monochromatic Colors of #31B248
Black with #31B248
Text Example
Text Example
White with #31B248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B248; }
p { color: rgb(49,178,72); }
H1.HeaderClassName
{
color: #31B248;
}
.AnyTagClassName
{
color: #31B248;
}
</style>
background-color css
<style>
a { background-color: #31B248; }
a { background-color: rgb(49,178,72); }
div.DivClassName
{
background-color: #31B248;
}
.BgClassName
{
background-color: #31B248;
}
</style>
border-color css
<style>
span { border-color: #31B248; }
span { border-color: rgb(49,178,72); }
td.TdClassName
{
border-color: #31B248;
}
.TagClassName
{
border-color: #31B248;
}
</style>