Shades of Turtle Green #2B470B
Tints of Turtle Green #2B470B
RGB
CMYK
RGB Variations
Color information
#2B470B (or 0x2B470B) is known color: Turtle Green. HEX triplet: 2B, 47 and 0B. RGB value is (43,71,11). Sum of RGB (Red+Green+Blue) = 43+71+11=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #2B470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B470B is #D4B8F4. Grayscale: #383838. Windows color (decimal): -13940981 or 739115. OLE color: 739115.
HSL color Cylindrical-coordinate representation of color #2B470B: hue angle of 88º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B470B is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 11 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.72 |
| HSL | 88º | 0.73% | 0.16% | - |
| HSV(B) | 88º | 0.85% | 0.28% | - |
| XYZ | 3.31 | 5.04 | 1.12 | - |
| YUV | 55.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 11 | 0.39 | 0 | 0.85 | 0.72 | 88 | 0.73 | 0.16 |
| Hex | 2B | 47 | B | 27 | 0 | 55 | 48 | 58 | 49 | 10 |
| Octal | 53 | 107 | 13 | 47 | 0 | 125 | 110 | 130 | 111 | 20 |
| Binary | 101011 | 1000111 | 1011 | 100111 | 0 | 1010101 | 1001000 | 1011000 | 1001001 | 10000 |
Color Harmonies of #2B470B
Complementary color
Monochromatic Colors of #2B470B
Black with #2B470B
Text Example
Text Example
White with #2B470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B470B; }
p { color: rgb(43,71,11); }
H1.HeaderClassName
{
color: #2B470B;
}
.AnyTagClassName
{
color: #2B470B;
}
</style>
background-color css
<style>
a { background-color: #2B470B; }
a { background-color: rgb(43,71,11); }
div.DivClassName
{
background-color: #2B470B;
}
.BgClassName
{
background-color: #2B470B;
}
</style>
border-color css
<style>
span { border-color: #2B470B; }
span { border-color: rgb(43,71,11); }
td.TdClassName
{
border-color: #2B470B;
}
.TagClassName
{
border-color: #2B470B;
}
</style>