Shades of Chateau Green #2B9C43
Tints of Chateau Green #2B9C43
RGB
CMYK
RGB Variations
Color information
#2B9C43 (or 0x2B9C43) is known color: Chateau Green. HEX triplet: 2B, 9C and 43. RGB value is (43,156,67). Sum of RGB (Red+Green+Blue) = 43+156+67=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C43 is #D463BC. Grayscale: #707070. Windows color (decimal): -13919165 or 4430891. OLE color: 4430891.
HSL color Cylindrical-coordinate representation of color #2B9C43: hue angle of 132.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C43 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 67 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.39 |
| HSL | 132.74º | 0.57% | 0.39% | - |
| HSV(B) | 132.74º | 0.72% | 0.61% | - |
| XYZ | 13.9 | 24.7 | 9.34 | - |
| YUV | 112.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 67 | 0.72 | 0 | 0.57 | 0.39 | 132.74 | 0.57 | 0.39 |
| Hex | 2B | 9C | 43 | 48 | 0 | 39 | 27 | 85 | 39 | 27 |
| Octal | 53 | 234 | 103 | 110 | 0 | 71 | 47 | 205 | 71 | 47 |
| Binary | 101011 | 10011100 | 1000011 | 1001000 | 0 | 111001 | 100111 | 10000101 | 111001 | 100111 |
Color Harmonies of #2B9C43
Complementary color
Monochromatic Colors of #2B9C43
Black with #2B9C43
Text Example
Text Example
White with #2B9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C43; }
p { color: rgb(43,156,67); }
H1.HeaderClassName
{
color: #2B9C43;
}
.AnyTagClassName
{
color: #2B9C43;
}
</style>
background-color css
<style>
a { background-color: #2B9C43; }
a { background-color: rgb(43,156,67); }
div.DivClassName
{
background-color: #2B9C43;
}
.BgClassName
{
background-color: #2B9C43;
}
</style>
border-color css
<style>
span { border-color: #2B9C43; }
span { border-color: rgb(43,156,67); }
td.TdClassName
{
border-color: #2B9C43;
}
.TagClassName
{
border-color: #2B9C43;
}
</style>