Shades of Turtle Green #2B4005
Tints of Turtle Green #2B4005
RGB
CMYK
RGB Variations
Color information
#2B4005 (or 0x2B4005) is known color: Turtle Green. HEX triplet: 2B, 40 and 05. RGB value is (43,64,5). Sum of RGB (Red+Green+Blue) = 43+64+5=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4005 is #D4BFFA. Grayscale: #333333. Windows color (decimal): -13942779 or 344107. OLE color: 344107.
HSL color Cylindrical-coordinate representation of color #2B4005: hue angle of 81.36º 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 #2B4005 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 5 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.75 |
| HSL | 81.36º | 0.86% | 0.14% | - |
| HSV(B) | 81.36º | 0.92% | 0.25% | - |
| XYZ | 2.86 | 4.19 | 0.8 | - |
| YUV | 51 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 5 | 0.33 | 0 | 0.92 | 0.75 | 81.36 | 0.86 | 0.14 |
| Hex | 2B | 40 | 5 | 21 | 0 | 5C | 4B | 51 | 56 | E |
| Octal | 53 | 100 | 5 | 41 | 0 | 134 | 113 | 121 | 126 | 16 |
| Binary | 101011 | 1000000 | 101 | 100001 | 0 | 1011100 | 1001011 | 1010001 | 1010110 | 1110 |
Color Harmonies of #2B4005
Complementary color
Monochromatic Colors of #2B4005
Black with #2B4005
Text Example
Text Example
White with #2B4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4005; }
p { color: rgb(43,64,5); }
H1.HeaderClassName
{
color: #2B4005;
}
.AnyTagClassName
{
color: #2B4005;
}
</style>
background-color css
<style>
a { background-color: #2B4005; }
a { background-color: rgb(43,64,5); }
div.DivClassName
{
background-color: #2B4005;
}
.BgClassName
{
background-color: #2B4005;
}
</style>
border-color css
<style>
span { border-color: #2B4005; }
span { border-color: rgb(43,64,5); }
td.TdClassName
{
border-color: #2B4005;
}
.TagClassName
{
border-color: #2B4005;
}
</style>