Shades of Turtle Green #2B3800
Tints of Turtle Green #2B3800
RGB
CMYK
RGB Variations
Color information
#2B3800 (or 0x2B3800) is known color: Turtle Green. HEX triplet: 2B, 38 and 00. RGB value is (43,56,0). Sum of RGB (Red+Green+Blue) = 43+56+0=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3800 is #D4C7FF. Grayscale: #2D2D2D. Windows color (decimal): -13944832 or 14379. OLE color: 14379.
HSL color Cylindrical-coordinate representation of color #2B3800: hue angle of 73.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B3800 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.78 |
| HSL | 73.93º | 1% | 0.11% | - |
| HSV(B) | 73.93º | 1% | 0.22% | - |
| XYZ | 2.41 | 3.34 | 0.52 | - |
| YUV | 45.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 0 | 0.23 | 0 | 1 | 0.78 | 73.93 | 1 | 0.11 |
| Hex | 2B | 38 | 0 | 17 | 0 | 64 | 4E | 4A | 64 | B |
| Octal | 53 | 70 | 0 | 27 | 0 | 144 | 116 | 112 | 144 | 13 |
| Binary | 101011 | 111000 | 0 | 10111 | 0 | 1100100 | 1001110 | 1001010 | 1100100 | 1011 |
Color Harmonies of #2B3800
Complementary color
Monochromatic Colors of #2B3800
Black with #2B3800
Text Example
Text Example
White with #2B3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3800; }
p { color: rgb(43,56,0); }
H1.HeaderClassName
{
color: #2B3800;
}
.AnyTagClassName
{
color: #2B3800;
}
</style>
background-color css
<style>
a { background-color: #2B3800; }
a { background-color: rgb(43,56,0); }
div.DivClassName
{
background-color: #2B3800;
}
.BgClassName
{
background-color: #2B3800;
}
</style>
border-color css
<style>
span { border-color: #2B3800; }
span { border-color: rgb(43,56,0); }
td.TdClassName
{
border-color: #2B3800;
}
.TagClassName
{
border-color: #2B3800;
}
</style>