Shades of Turtle Green #2B3108
Tints of Turtle Green #2B3108
RGB
CMYK
RGB Variations
Color information
#2B3108 (or 0x2B3108) is known color: Turtle Green. HEX triplet: 2B, 31 and 08. RGB value is (43,49,8). Sum of RGB (Red+Green+Blue) = 43+49+8=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3108 is #D4CEF7. Grayscale: #2A2A2A. Windows color (decimal): -13946616 or 536875. OLE color: 536875.
HSL color Cylindrical-coordinate representation of color #2B3108: hue angle of 68.78º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B3108 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 8 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.81 |
| HSL | 68.78º | 0.72% | 0.11% | - |
| HSV(B) | 68.78º | 0.84% | 0.19% | - |
| XYZ | 2.14 | 2.73 | 0.64 | - |
| YUV | 42.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 8 | 0.12 | 0 | 0.84 | 0.81 | 68.78 | 0.72 | 0.11 |
| Hex | 2B | 31 | 8 | C | 0 | 54 | 51 | 45 | 48 | B |
| Octal | 53 | 61 | 10 | 14 | 0 | 124 | 121 | 105 | 110 | 13 |
| Binary | 101011 | 110001 | 1000 | 1100 | 0 | 1010100 | 1010001 | 1000101 | 1001000 | 1011 |
Color Harmonies of #2B3108
Complementary color
Monochromatic Colors of #2B3108
Black with #2B3108
Text Example
Text Example
White with #2B3108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3108; }
p { color: rgb(43,49,8); }
H1.HeaderClassName
{
color: #2B3108;
}
.AnyTagClassName
{
color: #2B3108;
}
</style>
background-color css
<style>
a { background-color: #2B3108; }
a { background-color: rgb(43,49,8); }
div.DivClassName
{
background-color: #2B3108;
}
.BgClassName
{
background-color: #2B3108;
}
</style>
border-color css
<style>
span { border-color: #2B3108; }
span { border-color: rgb(43,49,8); }
td.TdClassName
{
border-color: #2B3108;
}
.TagClassName
{
border-color: #2B3108;
}
</style>