Shades of Turtle Green #2B3711
Tints of Turtle Green #2B3711
RGB
CMYK
RGB Variations
Color information
#2B3711 (or 0x2B3711) is known color: Turtle Green. HEX triplet: 2B, 37 and 11. RGB value is (43,55,17). Sum of RGB (Red+Green+Blue) = 43+55+17=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3711 is #D4C8EE. Grayscale: #2F2F2F. Windows color (decimal): -13945071 or 1128235. OLE color: 1128235.
HSL color Cylindrical-coordinate representation of color #2B3711: hue angle of 78.95º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3711 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 17 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.78 |
| HSL | 78.95º | 0.53% | 0.14% | - |
| HSV(B) | 78.95º | 0.69% | 0.22% | - |
| XYZ | 2.46 | 3.29 | 1.03 | - |
| YUV | 47.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 17 | 0.22 | 0 | 0.69 | 0.78 | 78.95 | 0.53 | 0.14 |
| Hex | 2B | 37 | 11 | 16 | 0 | 45 | 4E | 4F | 35 | E |
| Octal | 53 | 67 | 21 | 26 | 0 | 105 | 116 | 117 | 65 | 16 |
| Binary | 101011 | 110111 | 10001 | 10110 | 0 | 1000101 | 1001110 | 1001111 | 110101 | 1110 |
Color Harmonies of #2B3711
Complementary color
Monochromatic Colors of #2B3711
Black with #2B3711
Text Example
Text Example
White with #2B3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3711; }
p { color: rgb(43,55,17); }
H1.HeaderClassName
{
color: #2B3711;
}
.AnyTagClassName
{
color: #2B3711;
}
</style>
background-color css
<style>
a { background-color: #2B3711; }
a { background-color: rgb(43,55,17); }
div.DivClassName
{
background-color: #2B3711;
}
.BgClassName
{
background-color: #2B3711;
}
</style>
border-color css
<style>
span { border-color: #2B3711; }
span { border-color: rgb(43,55,17); }
td.TdClassName
{
border-color: #2B3711;
}
.TagClassName
{
border-color: #2B3711;
}
</style>