Shades of Turtle Green #2B4105
Tints of Turtle Green #2B4105
RGB
CMYK
RGB Variations
Color information
#2B4105 (or 0x2B4105) is known color: Turtle Green. HEX triplet: 2B, 41 and 05. RGB value is (43,65,5). Sum of RGB (Red+Green+Blue) = 43+65+5=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4105 is #D4BEFA. Grayscale: #333333. Windows color (decimal): -13942523 or 344363. OLE color: 344363.
HSL color Cylindrical-coordinate representation of color #2B4105: hue angle of 82º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B4105 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 5 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.75 |
| HSL | 82º | 0.86% | 0.14% | - |
| HSV(B) | 82º | 0.92% | 0.25% | - |
| XYZ | 2.91 | 4.31 | 0.82 | - |
| YUV | 51.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 5 | 0.34 | 0 | 0.92 | 0.75 | 82 | 0.86 | 0.14 |
| Hex | 2B | 41 | 5 | 22 | 0 | 5C | 4B | 52 | 56 | E |
| Octal | 53 | 101 | 5 | 42 | 0 | 134 | 113 | 122 | 126 | 16 |
| Binary | 101011 | 1000001 | 101 | 100010 | 0 | 1011100 | 1001011 | 1010010 | 1010110 | 1110 |
Color Harmonies of #2B4105
Complementary color
Monochromatic Colors of #2B4105
Black with #2B4105
Text Example
Text Example
White with #2B4105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4105; }
p { color: rgb(43,65,5); }
H1.HeaderClassName
{
color: #2B4105;
}
.AnyTagClassName
{
color: #2B4105;
}
</style>
background-color css
<style>
a { background-color: #2B4105; }
a { background-color: rgb(43,65,5); }
div.DivClassName
{
background-color: #2B4105;
}
.BgClassName
{
background-color: #2B4105;
}
</style>
border-color css
<style>
span { border-color: #2B4105; }
span { border-color: rgb(43,65,5); }
td.TdClassName
{
border-color: #2B4105;
}
.TagClassName
{
border-color: #2B4105;
}
</style>