Shades of Turtle Green #2B340A
Tints of Turtle Green #2B340A
RGB
CMYK
RGB Variations
Color information
#2B340A (or 0x2B340A) is known color: Turtle Green. HEX triplet: 2B, 34 and 0A. RGB value is (43,52,10). Sum of RGB (Red+Green+Blue) = 43+52+10=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340A is #D4CBF5. Grayscale: #2C2C2C. Windows color (decimal): -13945846 or 668715. OLE color: 668715.
HSL color Cylindrical-coordinate representation of color #2B340A: hue angle of 72.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B340A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 10 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.80 |
| HSL | 72.86º | 0.68% | 0.12% | - |
| HSV(B) | 72.86º | 0.81% | 0.2% | - |
| XYZ | 2.28 | 2.99 | 0.74 | - |
| YUV | 44.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 10 | 0.17 | 0 | 0.81 | 0.80 | 72.86 | 0.68 | 0.12 |
| Hex | 2B | 34 | A | 11 | 0 | 51 | 50 | 49 | 44 | C |
| Octal | 53 | 64 | 12 | 21 | 0 | 121 | 120 | 111 | 104 | 14 |
| Binary | 101011 | 110100 | 1010 | 10001 | 0 | 1010001 | 1010000 | 1001001 | 1000100 | 1100 |
Color Harmonies of #2B340A
Complementary color
Monochromatic Colors of #2B340A
Black with #2B340A
Text Example
Text Example
White with #2B340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B340A; }
p { color: rgb(43,52,10); }
H1.HeaderClassName
{
color: #2B340A;
}
.AnyTagClassName
{
color: #2B340A;
}
</style>
background-color css
<style>
a { background-color: #2B340A; }
a { background-color: rgb(43,52,10); }
div.DivClassName
{
background-color: #2B340A;
}
.BgClassName
{
background-color: #2B340A;
}
</style>
border-color css
<style>
span { border-color: #2B340A; }
span { border-color: rgb(43,52,10); }
td.TdClassName
{
border-color: #2B340A;
}
.TagClassName
{
border-color: #2B340A;
}
</style>