Shades of Turtle Green #2B4104
Tints of Turtle Green #2B4104
RGB
CMYK
RGB Variations
Color information
#2B4104 (or 0x2B4104) is known color: Turtle Green. HEX triplet: 2B, 41 and 04. RGB value is (43,65,4). Sum of RGB (Red+Green+Blue) = 43+65+4=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4104 is #D4BEFB. Grayscale: #333333. Windows color (decimal): -13942524 or 278827. OLE color: 278827.
HSL color Cylindrical-coordinate representation of color #2B4104: hue angle of 81.64º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B4104 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 4 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.75 |
| HSL | 81.64º | 0.88% | 0.14% | - |
| HSV(B) | 81.64º | 0.94% | 0.25% | - |
| XYZ | 2.91 | 4.3 | 0.79 | - |
| YUV | 51.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 4 | 0.34 | 0 | 0.94 | 0.75 | 81.64 | 0.88 | 0.14 |
| Hex | 2B | 41 | 4 | 22 | 0 | 5E | 4B | 52 | 58 | E |
| Octal | 53 | 101 | 4 | 42 | 0 | 136 | 113 | 122 | 130 | 16 |
| Binary | 101011 | 1000001 | 100 | 100010 | 0 | 1011110 | 1001011 | 1010010 | 1011000 | 1110 |
Color Harmonies of #2B4104
Complementary color
Monochromatic Colors of #2B4104
Black with #2B4104
Text Example
Text Example
White with #2B4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4104; }
p { color: rgb(43,65,4); }
H1.HeaderClassName
{
color: #2B4104;
}
.AnyTagClassName
{
color: #2B4104;
}
</style>
background-color css
<style>
a { background-color: #2B4104; }
a { background-color: rgb(43,65,4); }
div.DivClassName
{
background-color: #2B4104;
}
.BgClassName
{
background-color: #2B4104;
}
</style>
border-color css
<style>
span { border-color: #2B4104; }
span { border-color: rgb(43,65,4); }
td.TdClassName
{
border-color: #2B4104;
}
.TagClassName
{
border-color: #2B4104;
}
</style>