Shades of Turtle Green #2B440E
Tints of Turtle Green #2B440E
RGB
CMYK
RGB Variations
Color information
#2B440E (or 0x2B440E) is known color: Turtle Green. HEX triplet: 2B, 44 and 0E. RGB value is (43,68,14). Sum of RGB (Red+Green+Blue) = 43+68+14=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #2B440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B440E is #D4BBF1. Grayscale: #363636. Windows color (decimal): -13941746 or 934955. OLE color: 934955.
HSL color Cylindrical-coordinate representation of color #2B440E: hue angle of 87.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B440E is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 68 | 14 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.73 |
| HSL | 87.78º | 0.66% | 0.16% | - |
| HSV(B) | 87.78º | 0.79% | 0.27% | - |
| XYZ | 3.14 | 4.68 | 1.15 | - |
| YUV | 54.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 14 | 0.37 | 0 | 0.79 | 0.73 | 87.78 | 0.66 | 0.16 |
| Hex | 2B | 44 | E | 25 | 0 | 4F | 49 | 58 | 42 | 10 |
| Octal | 53 | 104 | 16 | 45 | 0 | 117 | 111 | 130 | 102 | 20 |
| Binary | 101011 | 1000100 | 1110 | 100101 | 0 | 1001111 | 1001001 | 1011000 | 1000010 | 10000 |
Color Harmonies of #2B440E
Complementary color
Monochromatic Colors of #2B440E
Black with #2B440E
Text Example
Text Example
White with #2B440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B440E; }
p { color: rgb(43,68,14); }
H1.HeaderClassName
{
color: #2B440E;
}
.AnyTagClassName
{
color: #2B440E;
}
</style>
background-color css
<style>
a { background-color: #2B440E; }
a { background-color: rgb(43,68,14); }
div.DivClassName
{
background-color: #2B440E;
}
.BgClassName
{
background-color: #2B440E;
}
</style>
border-color css
<style>
span { border-color: #2B440E; }
span { border-color: rgb(43,68,14); }
td.TdClassName
{
border-color: #2B440E;
}
.TagClassName
{
border-color: #2B440E;
}
</style>