Shades of Turtle Green #2B390C
Tints of Turtle Green #2B390C
RGB
CMYK
RGB Variations
Color information
#2B390C (or 0x2B390C) is known color: Turtle Green. HEX triplet: 2B, 39 and 0C. RGB value is (43,57,12). Sum of RGB (Red+Green+Blue) = 43+57+12=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #2B390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B390C is #D4C6F3. Grayscale: #2F2F2F. Windows color (decimal): -13944564 or 801067. OLE color: 801067.
HSL color Cylindrical-coordinate representation of color #2B390C: hue angle of 78.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B390C is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 12 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.78 |
| HSL | 78.67º | 0.65% | 0.14% | - |
| HSV(B) | 78.67º | 0.79% | 0.22% | - |
| XYZ | 2.53 | 3.47 | 0.88 | - |
| YUV | 47.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 12 | 0.25 | 0 | 0.79 | 0.78 | 78.67 | 0.65 | 0.14 |
| Hex | 2B | 39 | C | 19 | 0 | 4F | 4E | 4F | 41 | E |
| Octal | 53 | 71 | 14 | 31 | 0 | 117 | 116 | 117 | 101 | 16 |
| Binary | 101011 | 111001 | 1100 | 11001 | 0 | 1001111 | 1001110 | 1001111 | 1000001 | 1110 |
Color Harmonies of #2B390C
Complementary color
Monochromatic Colors of #2B390C
Black with #2B390C
Text Example
Text Example
White with #2B390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B390C; }
p { color: rgb(43,57,12); }
H1.HeaderClassName
{
color: #2B390C;
}
.AnyTagClassName
{
color: #2B390C;
}
</style>
background-color css
<style>
a { background-color: #2B390C; }
a { background-color: rgb(43,57,12); }
div.DivClassName
{
background-color: #2B390C;
}
.BgClassName
{
background-color: #2B390C;
}
</style>
border-color css
<style>
span { border-color: #2B390C; }
span { border-color: rgb(43,57,12); }
td.TdClassName
{
border-color: #2B390C;
}
.TagClassName
{
border-color: #2B390C;
}
</style>