Shades of Turtle Green #2B460D
Tints of Turtle Green #2B460D
RGB
CMYK
RGB Variations
Color information
#2B460D (or 0x2B460D) is known color: Turtle Green. HEX triplet: 2B, 46 and 0D. RGB value is (43,70,13). Sum of RGB (Red+Green+Blue) = 43+70+13=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #2B460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B460D is #D4B9F2. Grayscale: #373737. Windows color (decimal): -13941235 or 869931. OLE color: 869931.
HSL color Cylindrical-coordinate representation of color #2B460D: hue angle of 88.42º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B460D is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 70 | 13 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.73 |
| HSL | 88.42º | 0.69% | 0.16% | - |
| HSV(B) | 88.42º | 0.81% | 0.27% | - |
| XYZ | 3.26 | 4.92 | 1.16 | - |
| YUV | 55.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 13 | 0.39 | 0 | 0.81 | 0.73 | 88.42 | 0.69 | 0.16 |
| Hex | 2B | 46 | D | 27 | 0 | 51 | 49 | 58 | 45 | 10 |
| Octal | 53 | 106 | 15 | 47 | 0 | 121 | 111 | 130 | 105 | 20 |
| Binary | 101011 | 1000110 | 1101 | 100111 | 0 | 1010001 | 1001001 | 1011000 | 1000101 | 10000 |
Color Harmonies of #2B460D
Complementary color
Monochromatic Colors of #2B460D
Black with #2B460D
Text Example
Text Example
White with #2B460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B460D; }
p { color: rgb(43,70,13); }
H1.HeaderClassName
{
color: #2B460D;
}
.AnyTagClassName
{
color: #2B460D;
}
</style>
background-color css
<style>
a { background-color: #2B460D; }
a { background-color: rgb(43,70,13); }
div.DivClassName
{
background-color: #2B460D;
}
.BgClassName
{
background-color: #2B460D;
}
</style>
border-color css
<style>
span { border-color: #2B460D; }
span { border-color: rgb(43,70,13); }
td.TdClassName
{
border-color: #2B460D;
}
.TagClassName
{
border-color: #2B460D;
}
</style>