Shades of Turtle Green #2B510A
Tints of Turtle Green #2B510A
RGB
CMYK
RGB Variations
Color information
#2B510A (or 0x2B510A) is known color: Turtle Green. HEX triplet: 2B, 51 and 0A. RGB value is (43,81,10). Sum of RGB (Red+Green+Blue) = 43+81+10=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #2B510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B510A is #D4AEF5. Grayscale: #3D3D3D. Windows color (decimal): -13938422 or 676139. OLE color: 676139.
HSL color Cylindrical-coordinate representation of color #2B510A: hue angle of 92.11º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B510A is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 10 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.68 |
| HSL | 92.11º | 0.78% | 0.18% | - |
| HSV(B) | 92.11º | 0.88% | 0.32% | - |
| XYZ | 3.99 | 6.42 | 1.32 | - |
| YUV | 61.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 10 | 0.47 | 0 | 0.88 | 0.68 | 92.11 | 0.78 | 0.18 |
| Hex | 2B | 51 | A | 2F | 0 | 58 | 44 | 5C | 4E | 12 |
| Octal | 53 | 121 | 12 | 57 | 0 | 130 | 104 | 134 | 116 | 22 |
| Binary | 101011 | 1010001 | 1010 | 101111 | 0 | 1011000 | 1000100 | 1011100 | 1001110 | 10010 |
Color Harmonies of #2B510A
Complementary color
Monochromatic Colors of #2B510A
Black with #2B510A
Text Example
Text Example
White with #2B510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B510A; }
p { color: rgb(43,81,10); }
H1.HeaderClassName
{
color: #2B510A;
}
.AnyTagClassName
{
color: #2B510A;
}
</style>
background-color css
<style>
a { background-color: #2B510A; }
a { background-color: rgb(43,81,10); }
div.DivClassName
{
background-color: #2B510A;
}
.BgClassName
{
background-color: #2B510A;
}
</style>
border-color css
<style>
span { border-color: #2B510A; }
span { border-color: rgb(43,81,10); }
td.TdClassName
{
border-color: #2B510A;
}
.TagClassName
{
border-color: #2B510A;
}
</style>