Shades of Turtle Green #2B3404
Tints of Turtle Green #2B3404
RGB
CMYK
RGB Variations
Color information
#2B3404 (or 0x2B3404) is known color: Turtle Green. HEX triplet: 2B, 34 and 04. RGB value is (43,52,4). Sum of RGB (Red+Green+Blue) = 43+52+4=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3404 is #D4CBFB. Grayscale: #2C2C2C. Windows color (decimal): -13945852 or 275499. OLE color: 275499.
HSL color Cylindrical-coordinate representation of color #2B3404: hue angle of 71.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B3404 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 4 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.80 |
| HSL | 71.25º | 0.86% | 0.11% | - |
| HSV(B) | 71.25º | 0.92% | 0.2% | - |
| XYZ | 2.25 | 2.98 | 0.57 | - |
| YUV | 43.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 4 | 0.17 | 0 | 0.92 | 0.80 | 71.25 | 0.86 | 0.11 |
| Hex | 2B | 34 | 4 | 11 | 0 | 5C | 50 | 47 | 56 | B |
| Octal | 53 | 64 | 4 | 21 | 0 | 134 | 120 | 107 | 126 | 13 |
| Binary | 101011 | 110100 | 100 | 10001 | 0 | 1011100 | 1010000 | 1000111 | 1010110 | 1011 |
Color Harmonies of #2B3404
Complementary color
Monochromatic Colors of #2B3404
Black with #2B3404
Text Example
Text Example
White with #2B3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3404; }
p { color: rgb(43,52,4); }
H1.HeaderClassName
{
color: #2B3404;
}
.AnyTagClassName
{
color: #2B3404;
}
</style>
background-color css
<style>
a { background-color: #2B3404; }
a { background-color: rgb(43,52,4); }
div.DivClassName
{
background-color: #2B3404;
}
.BgClassName
{
background-color: #2B3404;
}
</style>
border-color css
<style>
span { border-color: #2B3404; }
span { border-color: rgb(43,52,4); }
td.TdClassName
{
border-color: #2B3404;
}
.TagClassName
{
border-color: #2B3404;
}
</style>