Shades of Turtle Green #2B4405
Tints of Turtle Green #2B4405
RGB
CMYK
RGB Variations
Color information
#2B4405 (or 0x2B4405) is known color: Turtle Green. HEX triplet: 2B, 44 and 05. RGB value is (43,68,5). Sum of RGB (Red+Green+Blue) = 43+68+5=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4405 is #D4BBFA. Grayscale: #353535. Windows color (decimal): -13941755 or 345131. OLE color: 345131.
HSL color Cylindrical-coordinate representation of color #2B4405: hue angle of 83.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B4405 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 68 | 5 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.73 |
| HSL | 83.81º | 0.86% | 0.14% | - |
| HSV(B) | 83.81º | 0.93% | 0.27% | - |
| XYZ | 3.09 | 4.66 | 0.88 | - |
| YUV | 53.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 5 | 0.37 | 0 | 0.93 | 0.73 | 83.81 | 0.86 | 0.14 |
| Hex | 2B | 44 | 5 | 25 | 0 | 5D | 49 | 54 | 56 | E |
| Octal | 53 | 104 | 5 | 45 | 0 | 135 | 111 | 124 | 126 | 16 |
| Binary | 101011 | 1000100 | 101 | 100101 | 0 | 1011101 | 1001001 | 1010100 | 1010110 | 1110 |
Color Harmonies of #2B4405
Complementary color
Monochromatic Colors of #2B4405
Black with #2B4405
Text Example
Text Example
White with #2B4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4405; }
p { color: rgb(43,68,5); }
H1.HeaderClassName
{
color: #2B4405;
}
.AnyTagClassName
{
color: #2B4405;
}
</style>
background-color css
<style>
a { background-color: #2B4405; }
a { background-color: rgb(43,68,5); }
div.DivClassName
{
background-color: #2B4405;
}
.BgClassName
{
background-color: #2B4405;
}
</style>
border-color css
<style>
span { border-color: #2B4405; }
span { border-color: rgb(43,68,5); }
td.TdClassName
{
border-color: #2B4405;
}
.TagClassName
{
border-color: #2B4405;
}
</style>