Shades of Turtle Green #2B340F
Tints of Turtle Green #2B340F
RGB
CMYK
RGB Variations
Color information
#2B340F (or 0x2B340F) is known color: Turtle Green. HEX triplet: 2B, 34 and 0F. RGB value is (43,52,15). Sum of RGB (Red+Green+Blue) = 43+52+15=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340F is #D4CBF0. Grayscale: #2D2D2D. Windows color (decimal): -13945841 or 996395. OLE color: 996395.
HSL color Cylindrical-coordinate representation of color #2B340F: hue angle of 74.59º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B340F is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 15 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.80 |
| HSL | 74.59º | 0.55% | 0.13% | - |
| HSV(B) | 74.59º | 0.71% | 0.2% | - |
| XYZ | 2.31 | 3 | 0.91 | - |
| YUV | 45.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 15 | 0.17 | 0 | 0.71 | 0.80 | 74.59 | 0.55 | 0.13 |
| Hex | 2B | 34 | F | 11 | 0 | 47 | 50 | 4B | 37 | D |
| Octal | 53 | 64 | 17 | 21 | 0 | 107 | 120 | 113 | 67 | 15 |
| Binary | 101011 | 110100 | 1111 | 10001 | 0 | 1000111 | 1010000 | 1001011 | 110111 | 1101 |
Color Harmonies of #2B340F
Complementary color
Monochromatic Colors of #2B340F
Black with #2B340F
Text Example
Text Example
White with #2B340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B340F; }
p { color: rgb(43,52,15); }
H1.HeaderClassName
{
color: #2B340F;
}
.AnyTagClassName
{
color: #2B340F;
}
</style>
background-color css
<style>
a { background-color: #2B340F; }
a { background-color: rgb(43,52,15); }
div.DivClassName
{
background-color: #2B340F;
}
.BgClassName
{
background-color: #2B340F;
}
</style>
border-color css
<style>
span { border-color: #2B340F; }
span { border-color: rgb(43,52,15); }
td.TdClassName
{
border-color: #2B340F;
}
.TagClassName
{
border-color: #2B340F;
}
</style>