Shades of Green House #2B621C
Tints of Green House #2B621C
RGB
CMYK
RGB Variations
Color information
#2B621C (or 0x2B621C) is known color: Green House. HEX triplet: 2B, 62 and 1C. RGB value is (43,98,28). Sum of RGB (Red+Green+Blue) = 43+98+28=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #2B621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B621C is #D49DE3. Grayscale: #494949. Windows color (decimal): -13934052 or 1860139. OLE color: 1860139.
HSL color Cylindrical-coordinate representation of color #2B621C: hue angle of 107.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B621C is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 98 | 28 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.62 |
| HSL | 107.14º | 0.56% | 0.25% | - |
| HSV(B) | 107.14º | 0.71% | 0.38% | - |
| XYZ | 5.57 | 9.33 | 2.61 | - |
| YUV | 73.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 28 | 0.56 | 0 | 0.71 | 0.62 | 107.14 | 0.56 | 0.25 |
| Hex | 2B | 62 | 1C | 38 | 0 | 47 | 3E | 6B | 38 | 19 |
| Octal | 53 | 142 | 34 | 70 | 0 | 107 | 76 | 153 | 70 | 31 |
| Binary | 101011 | 1100010 | 11100 | 111000 | 0 | 1000111 | 111110 | 1101011 | 111000 | 11001 |
Color Harmonies of #2B621C
Complementary color
Monochromatic Colors of #2B621C
Black with #2B621C
Text Example
Text Example
White with #2B621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B621C; }
p { color: rgb(43,98,28); }
H1.HeaderClassName
{
color: #2B621C;
}
.AnyTagClassName
{
color: #2B621C;
}
</style>
background-color css
<style>
a { background-color: #2B621C; }
a { background-color: rgb(43,98,28); }
div.DivClassName
{
background-color: #2B621C;
}
.BgClassName
{
background-color: #2B621C;
}
</style>
border-color css
<style>
span { border-color: #2B621C; }
span { border-color: rgb(43,98,28); }
td.TdClassName
{
border-color: #2B621C;
}
.TagClassName
{
border-color: #2B621C;
}
</style>