Shades of Turtle Green #2B340D
Tints of Turtle Green #2B340D
RGB
CMYK
RGB Variations
Color information
#2B340D (or 0x2B340D) is known color: Turtle Green. HEX triplet: 2B, 34 and 0D. RGB value is (43,52,13). Sum of RGB (Red+Green+Blue) = 43+52+13=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340D is #D4CBF2. Grayscale: #2D2D2D. Windows color (decimal): -13945843 or 865323. OLE color: 865323.
HSL color Cylindrical-coordinate representation of color #2B340D: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B340D is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 13 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.80 |
| HSL | 73.85º | 0.6% | 0.13% | - |
| HSV(B) | 73.85º | 0.75% | 0.2% | - |
| XYZ | 2.3 | 3 | 0.84 | - |
| YUV | 44.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 13 | 0.17 | 0 | 0.75 | 0.80 | 73.85 | 0.6 | 0.13 |
| Hex | 2B | 34 | D | 11 | 0 | 4B | 50 | 4A | 3C | D |
| Octal | 53 | 64 | 15 | 21 | 0 | 113 | 120 | 112 | 74 | 15 |
| Binary | 101011 | 110100 | 1101 | 10001 | 0 | 1001011 | 1010000 | 1001010 | 111100 | 1101 |
Color Harmonies of #2B340D
Complementary color
Monochromatic Colors of #2B340D
Black with #2B340D
Text Example
Text Example
White with #2B340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B340D; }
p { color: rgb(43,52,13); }
H1.HeaderClassName
{
color: #2B340D;
}
.AnyTagClassName
{
color: #2B340D;
}
</style>
background-color css
<style>
a { background-color: #2B340D; }
a { background-color: rgb(43,52,13); }
div.DivClassName
{
background-color: #2B340D;
}
.BgClassName
{
background-color: #2B340D;
}
</style>
border-color css
<style>
span { border-color: #2B340D; }
span { border-color: rgb(43,52,13); }
td.TdClassName
{
border-color: #2B340D;
}
.TagClassName
{
border-color: #2B340D;
}
</style>