Shades of Chateau Green #2B9F42
Tints of Chateau Green #2B9F42
RGB
CMYK
RGB Variations
Color information
#2B9F42 (or 0x2B9F42) is known color: Chateau Green. HEX triplet: 2B, 9F and 42. RGB value is (43,159,66). Sum of RGB (Red+Green+Blue) = 43+159+66=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F42 is #D460BD. Grayscale: #717171. Windows color (decimal): -13918398 or 4366123. OLE color: 4366123.
HSL color Cylindrical-coordinate representation of color #2B9F42: hue angle of 131.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F42 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
RGB | 43 | 159 | 66 | - |
CMYK | 0.73 | 0 | 0.58 | 0.38 |
HSL | 131.9º | 0.57% | 0.4% | - |
HSV(B) | 131.9º | 0.73% | 0.62% | - |
XYZ | 14.38 | 25.7 | 9.36 | - |
YUV | 113.71 | 101.07 | 77.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 159 | 66 | 0.73 | 0 | 0.58 | 0.38 | 131.9 | 0.57 | 0.4 |
Hex | 2B | 9F | 42 | 49 | 0 | 3A | 26 | 84 | 39 | 28 |
Octal | 53 | 237 | 102 | 111 | 0 | 72 | 46 | 204 | 71 | 50 |
Binary | 101011 | 10011111 | 1000010 | 1001001 | 0 | 111010 | 100110 | 10000100 | 111001 | 101000 |
Color Harmonies of #2B9F42
Complementary color
Monochromatic Colors of #2B9F42
Black with #2B9F42
Text Example
Text Example
White with #2B9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F42; }
p { color: rgb(43,159,66); }
H1.HeaderClassName
{
color: #2B9F42;
}
.AnyTagClassName
{
color: #2B9F42;
}
</style>
background-color css
<style>
a { background-color: #2B9F42; }
a { background-color: rgb(43,159,66); }
div.DivClassName
{
background-color: #2B9F42;
}
.BgClassName
{
background-color: #2B9F42;
}
</style>
border-color css
<style>
span { border-color: #2B9F42; }
span { border-color: rgb(43,159,66); }
td.TdClassName
{
border-color: #2B9F42;
}
.TagClassName
{
border-color: #2B9F42;
}
</style>