Shades of Turtle Green #2B3912
Tints of Turtle Green #2B3912
RGB
CMYK
RGB Variations
Color information
#2B3912 (or 0x2B3912) is known color: Turtle Green. HEX triplet: 2B, 39 and 12. RGB value is (43,57,18). Sum of RGB (Red+Green+Blue) = 43+57+18=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3912 is #D4C6ED. Grayscale: #303030. Windows color (decimal): -13944558 or 1194283. OLE color: 1194283.
HSL color Cylindrical-coordinate representation of color #2B3912: hue angle of 81.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B3912 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 18 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.78 |
| HSL | 81.54º | 0.52% | 0.15% | - |
| HSV(B) | 81.54º | 0.68% | 0.22% | - |
| XYZ | 2.57 | 3.48 | 1.11 | - |
| YUV | 48.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 18 | 0.25 | 0 | 0.68 | 0.78 | 81.54 | 0.52 | 0.15 |
| Hex | 2B | 39 | 12 | 19 | 0 | 44 | 4E | 52 | 34 | F |
| Octal | 53 | 71 | 22 | 31 | 0 | 104 | 116 | 122 | 64 | 17 |
| Binary | 101011 | 111001 | 10010 | 11001 | 0 | 1000100 | 1001110 | 1010010 | 110100 | 1111 |
Color Harmonies of #2B3912
Complementary color
Monochromatic Colors of #2B3912
Black with #2B3912
Text Example
Text Example
White with #2B3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3912; }
p { color: rgb(43,57,18); }
H1.HeaderClassName
{
color: #2B3912;
}
.AnyTagClassName
{
color: #2B3912;
}
</style>
background-color css
<style>
a { background-color: #2B3912; }
a { background-color: rgb(43,57,18); }
div.DivClassName
{
background-color: #2B3912;
}
.BgClassName
{
background-color: #2B3912;
}
</style>
border-color css
<style>
span { border-color: #2B3912; }
span { border-color: rgb(43,57,18); }
td.TdClassName
{
border-color: #2B3912;
}
.TagClassName
{
border-color: #2B3912;
}
</style>