Shades of Turtle Green #2B3A12
Tints of Turtle Green #2B3A12
RGB
CMYK
RGB Variations
Color information
#2B3A12 (or 0x2B3A12) is known color: Turtle Green. HEX triplet: 2B, 3A and 12. RGB value is (43,58,18). Sum of RGB (Red+Green+Blue) = 43+58+18=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A12 is #D4C5ED. Grayscale: #313131. Windows color (decimal): -13944302 or 1194539. OLE color: 1194539.
HSL color Cylindrical-coordinate representation of color #2B3A12: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3A12 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 58 | 18 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.77 |
| HSL | 82.5º | 0.53% | 0.15% | - |
| HSV(B) | 82.5º | 0.69% | 0.23% | - |
| XYZ | 2.62 | 3.58 | 1.13 | - |
| YUV | 48.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 18 | 0.26 | 0 | 0.69 | 0.77 | 82.5 | 0.53 | 0.15 |
| Hex | 2B | 3A | 12 | 1A | 0 | 45 | 4D | 52 | 35 | F |
| Octal | 53 | 72 | 22 | 32 | 0 | 105 | 115 | 122 | 65 | 17 |
| Binary | 101011 | 111010 | 10010 | 11010 | 0 | 1000101 | 1001101 | 1010010 | 110101 | 1111 |
Color Harmonies of #2B3A12
Complementary color
Monochromatic Colors of #2B3A12
Black with #2B3A12
Text Example
Text Example
White with #2B3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A12; }
p { color: rgb(43,58,18); }
H1.HeaderClassName
{
color: #2B3A12;
}
.AnyTagClassName
{
color: #2B3A12;
}
</style>
background-color css
<style>
a { background-color: #2B3A12; }
a { background-color: rgb(43,58,18); }
div.DivClassName
{
background-color: #2B3A12;
}
.BgClassName
{
background-color: #2B3A12;
}
</style>
border-color css
<style>
span { border-color: #2B3A12; }
span { border-color: rgb(43,58,18); }
td.TdClassName
{
border-color: #2B3A12;
}
.TagClassName
{
border-color: #2B3A12;
}
</style>