Shades of Turtle Green #2B4500
Tints of Turtle Green #2B4500
RGB
CMYK
RGB Variations
Color information
#2B4500 (or 0x2B4500) is known color: Turtle Green. HEX triplet: 2B, 45 and 00. RGB value is (43,69,0). Sum of RGB (Red+Green+Blue) = 43+69+0=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4500 is #D4BAFF. Grayscale: #353535. Windows color (decimal): -13941504 or 17707. OLE color: 17707.
HSL color Cylindrical-coordinate representation of color #2B4500: hue angle of 82.61º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B4500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 69 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.73 |
| HSL | 82.61º | 1% | 0.14% | - |
| HSV(B) | 82.61º | 1% | 0.27% | - |
| XYZ | 3.12 | 4.77 | 0.76 | - |
| YUV | 53.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 0 | 0.38 | 0 | 1 | 0.73 | 82.61 | 1 | 0.14 |
| Hex | 2B | 45 | 0 | 26 | 0 | 64 | 49 | 53 | 64 | E |
| Octal | 53 | 105 | 0 | 46 | 0 | 144 | 111 | 123 | 144 | 16 |
| Binary | 101011 | 1000101 | 0 | 100110 | 0 | 1100100 | 1001001 | 1010011 | 1100100 | 1110 |
Color Harmonies of #2B4500
Complementary color
Monochromatic Colors of #2B4500
Black with #2B4500
Text Example
Text Example
White with #2B4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4500; }
p { color: rgb(43,69,0); }
H1.HeaderClassName
{
color: #2B4500;
}
.AnyTagClassName
{
color: #2B4500;
}
</style>
background-color css
<style>
a { background-color: #2B4500; }
a { background-color: rgb(43,69,0); }
div.DivClassName
{
background-color: #2B4500;
}
.BgClassName
{
background-color: #2B4500;
}
</style>
border-color css
<style>
span { border-color: #2B4500; }
span { border-color: rgb(43,69,0); }
td.TdClassName
{
border-color: #2B4500;
}
.TagClassName
{
border-color: #2B4500;
}
</style>