Shades of Elm #2B7F7B
Tints of Elm #2B7F7B
RGB
CMYK
RGB Variations
Color information
#2B7F7B (or 0x2B7F7B) is known color: Elm. HEX triplet: 2B, 7F and 7B. RGB value is (43,127,123). Sum of RGB (Red+Green+Blue) = 43+127+123=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F7B is #D48084. Grayscale: #656565. Windows color (decimal): -13926533 or 8093483. OLE color: 8093483.
HSL color Cylindrical-coordinate representation of color #2B7F7B: hue angle of 177.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F7B is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 127 | 123 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.50 |
| HSL | 177.14º | 0.49% | 0.33% | - |
| HSV(B) | 177.14º | 0.66% | 0.5% | - |
| XYZ | 12.16 | 17.12 | 21.4 | - |
| YUV | 101.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 123 | 0.66 | 0 | 0.03 | 0.50 | 177.14 | 0.49 | 0.33 |
| Hex | 2B | 7F | 7B | 42 | 0 | 3 | 32 | B1 | 31 | 21 |
| Octal | 53 | 177 | 173 | 102 | 0 | 3 | 62 | 261 | 61 | 41 |
| Binary | 101011 | 1111111 | 1111011 | 1000010 | 0 | 11 | 110010 | 10110001 | 110001 | 100001 |
Color Harmonies of #2B7F7B
Complementary color
Monochromatic Colors of #2B7F7B
Black with #2B7F7B
Text Example
Text Example
White with #2B7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F7B; }
p { color: rgb(43,127,123); }
H1.HeaderClassName
{
color: #2B7F7B;
}
.AnyTagClassName
{
color: #2B7F7B;
}
</style>
background-color css
<style>
a { background-color: #2B7F7B; }
a { background-color: rgb(43,127,123); }
div.DivClassName
{
background-color: #2B7F7B;
}
.BgClassName
{
background-color: #2B7F7B;
}
</style>
border-color css
<style>
span { border-color: #2B7F7B; }
span { border-color: rgb(43,127,123); }
td.TdClassName
{
border-color: #2B7F7B;
}
.TagClassName
{
border-color: #2B7F7B;
}
</style>