Shades of Turtle Green #2B4004
Tints of Turtle Green #2B4004
RGB
CMYK
RGB Variations
Color information
#2B4004 (or 0x2B4004) is known color: Turtle Green. HEX triplet: 2B, 40 and 04. RGB value is (43,64,4). Sum of RGB (Red+Green+Blue) = 43+64+4=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4004 is #D4BFFB. Grayscale: #333333. Windows color (decimal): -13942780 or 278571. OLE color: 278571.
HSL color Cylindrical-coordinate representation of color #2B4004: hue angle of 81º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B4004 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 4 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.75 |
| HSL | 81º | 0.88% | 0.13% | - |
| HSV(B) | 81º | 0.94% | 0.25% | - |
| XYZ | 2.85 | 4.19 | 0.77 | - |
| YUV | 50.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 4 | 0.33 | 0 | 0.94 | 0.75 | 81 | 0.88 | 0.13 |
| Hex | 2B | 40 | 4 | 21 | 0 | 5E | 4B | 51 | 58 | D |
| Octal | 53 | 100 | 4 | 41 | 0 | 136 | 113 | 121 | 130 | 15 |
| Binary | 101011 | 1000000 | 100 | 100001 | 0 | 1011110 | 1001011 | 1010001 | 1011000 | 1101 |
Color Harmonies of #2B4004
Complementary color
Monochromatic Colors of #2B4004
Black with #2B4004
Text Example
Text Example
White with #2B4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4004; }
p { color: rgb(43,64,4); }
H1.HeaderClassName
{
color: #2B4004;
}
.AnyTagClassName
{
color: #2B4004;
}
</style>
background-color css
<style>
a { background-color: #2B4004; }
a { background-color: rgb(43,64,4); }
div.DivClassName
{
background-color: #2B4004;
}
.BgClassName
{
background-color: #2B4004;
}
</style>
border-color css
<style>
span { border-color: #2B4004; }
span { border-color: rgb(43,64,4); }
td.TdClassName
{
border-color: #2B4004;
}
.TagClassName
{
border-color: #2B4004;
}
</style>