Shades of Green Pea #2B5C44
Tints of Green Pea #2B5C44
RGB
CMYK
RGB Variations
Color information
#2B5C44 (or 0x2B5C44) is known color: Green Pea. HEX triplet: 2B, 5C and 44. RGB value is (43,92,68). Sum of RGB (Red+Green+Blue) = 43+92+68=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C44 is #D4A3BB. Grayscale: #4A4A4A. Windows color (decimal): -13935548 or 4480043. OLE color: 4480043.
HSL color Cylindrical-coordinate representation of color #2B5C44: hue angle of 150.61º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C44 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 92 | 68 | - |
CMYK | 0.53 | 0 | 0.26 | 0.64 |
HSL | 150.61º | 0.36% | 0.26% | - |
HSV(B) | 150.61º | 0.53% | 0.36% | - |
XYZ | 5.87 | 8.59 | 6.82 | - |
YUV | 74.61 | 124.27 | 105.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 92 | 68 | 0.53 | 0 | 0.26 | 0.64 | 150.61 | 0.36 | 0.26 |
Hex | 2B | 5C | 44 | 35 | 0 | 1A | 40 | 97 | 24 | 1A |
Octal | 53 | 134 | 104 | 65 | 0 | 32 | 100 | 227 | 44 | 32 |
Binary | 101011 | 1011100 | 1000100 | 110101 | 0 | 11010 | 1000000 | 10010111 | 100100 | 11010 |
Color Harmonies of #2B5C44
Complementary color
Monochromatic Colors of #2B5C44
Black with #2B5C44
Text Example
Text Example
White with #2B5C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C44; }
p { color: rgb(43,92,68); }
H1.HeaderClassName
{
color: #2B5C44;
}
.AnyTagClassName
{
color: #2B5C44;
}
</style>
background-color css
<style>
a { background-color: #2B5C44; }
a { background-color: rgb(43,92,68); }
div.DivClassName
{
background-color: #2B5C44;
}
.BgClassName
{
background-color: #2B5C44;
}
</style>
border-color css
<style>
span { border-color: #2B5C44; }
span { border-color: rgb(43,92,68); }
td.TdClassName
{
border-color: #2B5C44;
}
.TagClassName
{
border-color: #2B5C44;
}
</style>