Shades of Turtle Green #2B470A
Tints of Turtle Green #2B470A
RGB
CMYK
RGB Variations
Color information
#2B470A (or 0x2B470A) is known color: Turtle Green. HEX triplet: 2B, 47 and 0A. RGB value is (43,71,10). Sum of RGB (Red+Green+Blue) = 43+71+10=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #2B470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B470A is #D4B8F5. Grayscale: #373737. Windows color (decimal): -13940982 or 673579. OLE color: 673579.
HSL color Cylindrical-coordinate representation of color #2B470A: hue angle of 87.54º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B470A is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 71 | 10 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.72 |
| HSL | 87.54º | 0.75% | 0.16% | - |
| HSV(B) | 87.54º | 0.86% | 0.28% | - |
| XYZ | 3.3 | 5.04 | 1.09 | - |
| YUV | 55.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 10 | 0.39 | 0 | 0.86 | 0.72 | 87.54 | 0.75 | 0.16 |
| Hex | 2B | 47 | A | 27 | 0 | 56 | 48 | 58 | 4B | 10 |
| Octal | 53 | 107 | 12 | 47 | 0 | 126 | 110 | 130 | 113 | 20 |
| Binary | 101011 | 1000111 | 1010 | 100111 | 0 | 1010110 | 1001000 | 1011000 | 1001011 | 10000 |
Color Harmonies of #2B470A
Complementary color
Monochromatic Colors of #2B470A
Black with #2B470A
Text Example
Text Example
White with #2B470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B470A; }
p { color: rgb(43,71,10); }
H1.HeaderClassName
{
color: #2B470A;
}
.AnyTagClassName
{
color: #2B470A;
}
</style>
background-color css
<style>
a { background-color: #2B470A; }
a { background-color: rgb(43,71,10); }
div.DivClassName
{
background-color: #2B470A;
}
.BgClassName
{
background-color: #2B470A;
}
</style>
border-color css
<style>
span { border-color: #2B470A; }
span { border-color: rgb(43,71,10); }
td.TdClassName
{
border-color: #2B470A;
}
.TagClassName
{
border-color: #2B470A;
}
</style>