Shades of Turtle Green #2B390F
Tints of Turtle Green #2B390F
RGB
CMYK
RGB Variations
Color information
#2B390F (or 0x2B390F) is known color: Turtle Green. HEX triplet: 2B, 39 and 0F. RGB value is (43,57,15). Sum of RGB (Red+Green+Blue) = 43+57+15=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #2B390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B390F is #D4C6F0. Grayscale: #303030. Windows color (decimal): -13944561 or 997675. OLE color: 997675.
HSL color Cylindrical-coordinate representation of color #2B390F: hue angle of 80º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B390F is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 15 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.78 |
| HSL | 80º | 0.58% | 0.14% | - |
| HSV(B) | 80º | 0.74% | 0.22% | - |
| XYZ | 2.55 | 3.47 | 0.99 | - |
| YUV | 48.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 15 | 0.25 | 0 | 0.74 | 0.78 | 80 | 0.58 | 0.14 |
| Hex | 2B | 39 | F | 19 | 0 | 4A | 4E | 50 | 3A | E |
| Octal | 53 | 71 | 17 | 31 | 0 | 112 | 116 | 120 | 72 | 16 |
| Binary | 101011 | 111001 | 1111 | 11001 | 0 | 1001010 | 1001110 | 1010000 | 111010 | 1110 |
Color Harmonies of #2B390F
Complementary color
Monochromatic Colors of #2B390F
Black with #2B390F
Text Example
Text Example
White with #2B390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B390F; }
p { color: rgb(43,57,15); }
H1.HeaderClassName
{
color: #2B390F;
}
.AnyTagClassName
{
color: #2B390F;
}
</style>
background-color css
<style>
a { background-color: #2B390F; }
a { background-color: rgb(43,57,15); }
div.DivClassName
{
background-color: #2B390F;
}
.BgClassName
{
background-color: #2B390F;
}
</style>
border-color css
<style>
span { border-color: #2B390F; }
span { border-color: rgb(43,57,15); }
td.TdClassName
{
border-color: #2B390F;
}
.TagClassName
{
border-color: #2B390F;
}
</style>