Shades of Chateau Green #2BA64C
Tints of Chateau Green #2BA64C
RGB
CMYK
RGB Variations
Color information
#2BA64C (or 0x2BA64C) is known color: Chateau Green. HEX triplet: 2B, A6 and 4C. RGB value is (43,166,76). Sum of RGB (Red+Green+Blue) = 43+166+76=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA64C is #D459B3. Grayscale: #777777. Windows color (decimal): -13916596 or 5023275. OLE color: 5023275.
HSL color Cylindrical-coordinate representation of color #2BA64C: hue angle of 136.1º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA64C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 76 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.35 |
| HSL | 136.1º | 0.59% | 0.41% | - |
| HSV(B) | 136.1º | 0.74% | 0.65% | - |
| XYZ | 15.94 | 28.31 | 11.46 | - |
| YUV | 118.96 | 103.75 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 76 | 0.74 | 0 | 0.54 | 0.35 | 136.1 | 0.59 | 0.41 |
| Hex | 2B | A6 | 4C | 4A | 0 | 36 | 23 | 88 | 3B | 29 |
| Octal | 53 | 246 | 114 | 112 | 0 | 66 | 43 | 210 | 73 | 51 |
| Binary | 101011 | 10100110 | 1001100 | 1001010 | 0 | 110110 | 100011 | 10001000 | 111011 | 101001 |
Color Harmonies of #2BA64C
Complementary color
Monochromatic Colors of #2BA64C
Black with #2BA64C
Text Example
Text Example
White with #2BA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA64C; }
p { color: rgb(43,166,76); }
H1.HeaderClassName
{
color: #2BA64C;
}
.AnyTagClassName
{
color: #2BA64C;
}
</style>
background-color css
<style>
a { background-color: #2BA64C; }
a { background-color: rgb(43,166,76); }
div.DivClassName
{
background-color: #2BA64C;
}
.BgClassName
{
background-color: #2BA64C;
}
</style>
border-color css
<style>
span { border-color: #2BA64C; }
span { border-color: rgb(43,166,76); }
td.TdClassName
{
border-color: #2BA64C;
}
.TagClassName
{
border-color: #2BA64C;
}
</style>