Shades of Turtle Green #2B400D
Tints of Turtle Green #2B400D
RGB
CMYK
RGB Variations
Color information
#2B400D (or 0x2B400D) is known color: Turtle Green. HEX triplet: 2B, 40 and 0D. RGB value is (43,64,13). Sum of RGB (Red+Green+Blue) = 43+64+13=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400D is #D4BFF2. Grayscale: #343434. Windows color (decimal): -13942771 or 868395. OLE color: 868395.
HSL color Cylindrical-coordinate representation of color #2B400D: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B400D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 13 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.75 |
| HSL | 84.71º | 0.66% | 0.15% | - |
| HSV(B) | 84.71º | 0.8% | 0.25% | - |
| XYZ | 2.9 | 4.21 | 1.04 | - |
| YUV | 51.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 13 | 0.33 | 0 | 0.80 | 0.75 | 84.71 | 0.66 | 0.15 |
| Hex | 2B | 40 | D | 21 | 0 | 50 | 4B | 55 | 42 | F |
| Octal | 53 | 100 | 15 | 41 | 0 | 120 | 113 | 125 | 102 | 17 |
| Binary | 101011 | 1000000 | 1101 | 100001 | 0 | 1010000 | 1001011 | 1010101 | 1000010 | 1111 |
Color Harmonies of #2B400D
Complementary color
Monochromatic Colors of #2B400D
Black with #2B400D
Text Example
Text Example
White with #2B400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B400D; }
p { color: rgb(43,64,13); }
H1.HeaderClassName
{
color: #2B400D;
}
.AnyTagClassName
{
color: #2B400D;
}
</style>
background-color css
<style>
a { background-color: #2B400D; }
a { background-color: rgb(43,64,13); }
div.DivClassName
{
background-color: #2B400D;
}
.BgClassName
{
background-color: #2B400D;
}
</style>
border-color css
<style>
span { border-color: #2B400D; }
span { border-color: rgb(43,64,13); }
td.TdClassName
{
border-color: #2B400D;
}
.TagClassName
{
border-color: #2B400D;
}
</style>