Shades of Turtle Green #2B3913
Tints of Turtle Green #2B3913
RGB
CMYK
RGB Variations
Color information
#2B3913 (or 0x2B3913) is known color: Turtle Green. HEX triplet: 2B, 39 and 13. RGB value is (43,57,19). Sum of RGB (Red+Green+Blue) = 43+57+19=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3913 is #D4C6EC. Grayscale: #303030. Windows color (decimal): -13944557 or 1259819. OLE color: 1259819.
HSL color Cylindrical-coordinate representation of color #2B3913: hue angle of 82.11º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3913 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 19 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.78 |
| HSL | 82.11º | 0.5% | 0.15% | - |
| HSV(B) | 82.11º | 0.67% | 0.22% | - |
| XYZ | 2.58 | 3.49 | 1.15 | - |
| YUV | 48.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 19 | 0.25 | 0 | 0.67 | 0.78 | 82.11 | 0.5 | 0.15 |
| Hex | 2B | 39 | 13 | 19 | 0 | 43 | 4E | 52 | 32 | F |
| Octal | 53 | 71 | 23 | 31 | 0 | 103 | 116 | 122 | 62 | 17 |
| Binary | 101011 | 111001 | 10011 | 11001 | 0 | 1000011 | 1001110 | 1010010 | 110010 | 1111 |
Color Harmonies of #2B3913
Complementary color
Monochromatic Colors of #2B3913
Black with #2B3913
Text Example
Text Example
White with #2B3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3913; }
p { color: rgb(43,57,19); }
H1.HeaderClassName
{
color: #2B3913;
}
.AnyTagClassName
{
color: #2B3913;
}
</style>
background-color css
<style>
a { background-color: #2B3913; }
a { background-color: rgb(43,57,19); }
div.DivClassName
{
background-color: #2B3913;
}
.BgClassName
{
background-color: #2B3913;
}
</style>
border-color css
<style>
span { border-color: #2B3913; }
span { border-color: rgb(43,57,19); }
td.TdClassName
{
border-color: #2B3913;
}
.TagClassName
{
border-color: #2B3913;
}
</style>