Shades of Turtle Green #2B340B
Tints of Turtle Green #2B340B
RGB
CMYK
RGB Variations
Color information
#2B340B (or 0x2B340B) is known color: Turtle Green. HEX triplet: 2B, 34 and 0B. RGB value is (43,52,11). Sum of RGB (Red+Green+Blue) = 43+52+11=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340B is #D4CBF4. Grayscale: #2C2C2C. Windows color (decimal): -13945845 or 734251. OLE color: 734251.
HSL color Cylindrical-coordinate representation of color #2B340B: hue angle of 73.17º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B340B is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 11 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.80 |
| HSL | 73.17º | 0.65% | 0.12% | - |
| HSV(B) | 73.17º | 0.79% | 0.2% | - |
| XYZ | 2.28 | 2.99 | 0.77 | - |
| YUV | 44.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 11 | 0.17 | 0 | 0.79 | 0.80 | 73.17 | 0.65 | 0.12 |
| Hex | 2B | 34 | B | 11 | 0 | 4F | 50 | 49 | 41 | C |
| Octal | 53 | 64 | 13 | 21 | 0 | 117 | 120 | 111 | 101 | 14 |
| Binary | 101011 | 110100 | 1011 | 10001 | 0 | 1001111 | 1010000 | 1001001 | 1000001 | 1100 |
Color Harmonies of #2B340B
Complementary color
Monochromatic Colors of #2B340B
Black with #2B340B
Text Example
Text Example
White with #2B340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B340B; }
p { color: rgb(43,52,11); }
H1.HeaderClassName
{
color: #2B340B;
}
.AnyTagClassName
{
color: #2B340B;
}
</style>
background-color css
<style>
a { background-color: #2B340B; }
a { background-color: rgb(43,52,11); }
div.DivClassName
{
background-color: #2B340B;
}
.BgClassName
{
background-color: #2B340B;
}
</style>
border-color css
<style>
span { border-color: #2B340B; }
span { border-color: rgb(43,52,11); }
td.TdClassName
{
border-color: #2B340B;
}
.TagClassName
{
border-color: #2B340B;
}
</style>