Shades of Turtle Green #2B390E
Tints of Turtle Green #2B390E
RGB
CMYK
RGB Variations
Color information
#2B390E (or 0x2B390E) is known color: Turtle Green. HEX triplet: 2B, 39 and 0E. RGB value is (43,57,14). Sum of RGB (Red+Green+Blue) = 43+57+14=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #2B390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B390E is #D4C6F1. Grayscale: #303030. Windows color (decimal): -13944562 or 932139. OLE color: 932139.
HSL color Cylindrical-coordinate representation of color #2B390E: hue angle of 79.53º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B390E is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 14 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.78 |
| HSL | 79.53º | 0.61% | 0.14% | - |
| HSV(B) | 79.53º | 0.75% | 0.22% | - |
| XYZ | 2.54 | 3.47 | 0.95 | - |
| YUV | 47.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 14 | 0.25 | 0 | 0.75 | 0.78 | 79.53 | 0.61 | 0.14 |
| Hex | 2B | 39 | E | 19 | 0 | 4B | 4E | 50 | 3D | E |
| Octal | 53 | 71 | 16 | 31 | 0 | 113 | 116 | 120 | 75 | 16 |
| Binary | 101011 | 111001 | 1110 | 11001 | 0 | 1001011 | 1001110 | 1010000 | 111101 | 1110 |
Color Harmonies of #2B390E
Complementary color
Monochromatic Colors of #2B390E
Black with #2B390E
Text Example
Text Example
White with #2B390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B390E; }
p { color: rgb(43,57,14); }
H1.HeaderClassName
{
color: #2B390E;
}
.AnyTagClassName
{
color: #2B390E;
}
</style>
background-color css
<style>
a { background-color: #2B390E; }
a { background-color: rgb(43,57,14); }
div.DivClassName
{
background-color: #2B390E;
}
.BgClassName
{
background-color: #2B390E;
}
</style>
border-color css
<style>
span { border-color: #2B390E; }
span { border-color: rgb(43,57,14); }
td.TdClassName
{
border-color: #2B390E;
}
.TagClassName
{
border-color: #2B390E;
}
</style>