Shades of Turtle Green #2B3305
Tints of Turtle Green #2B3305
RGB
CMYK
RGB Variations
Color information
#2B3305 (or 0x2B3305) is known color: Turtle Green. HEX triplet: 2B, 33 and 05. RGB value is (43,51,5). Sum of RGB (Red+Green+Blue) = 43+51+5=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3305 is #D4CCFA. Grayscale: #2B2B2B. Windows color (decimal): -13946107 or 340779. OLE color: 340779.
HSL color Cylindrical-coordinate representation of color #2B3305: hue angle of 70.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B3305 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 5 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.8 |
| HSL | 70.43º | 0.82% | 0.11% | - |
| HSV(B) | 70.43º | 0.9% | 0.2% | - |
| XYZ | 2.21 | 2.89 | 0.59 | - |
| YUV | 43.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 5 | 0.16 | 0 | 0.90 | 0.8 | 70.43 | 0.82 | 0.11 |
| Hex | 2B | 33 | 5 | 10 | 0 | 5A | 50 | 46 | 52 | B |
| Octal | 53 | 63 | 5 | 20 | 0 | 132 | 120 | 106 | 122 | 13 |
| Binary | 101011 | 110011 | 101 | 10000 | 0 | 1011010 | 1010000 | 1000110 | 1010010 | 1011 |
Color Harmonies of #2B3305
Complementary color
Monochromatic Colors of #2B3305
Black with #2B3305
Text Example
Text Example
White with #2B3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3305; }
p { color: rgb(43,51,5); }
H1.HeaderClassName
{
color: #2B3305;
}
.AnyTagClassName
{
color: #2B3305;
}
</style>
background-color css
<style>
a { background-color: #2B3305; }
a { background-color: rgb(43,51,5); }
div.DivClassName
{
background-color: #2B3305;
}
.BgClassName
{
background-color: #2B3305;
}
</style>
border-color css
<style>
span { border-color: #2B3305; }
span { border-color: rgb(43,51,5); }
td.TdClassName
{
border-color: #2B3305;
}
.TagClassName
{
border-color: #2B3305;
}
</style>