Shades of Turtle Green #2B3A10
Tints of Turtle Green #2B3A10
RGB
CMYK
RGB Variations
Color information
#2B3A10 (or 0x2B3A10) is known color: Turtle Green. HEX triplet: 2B, 3A and 10. RGB value is (43,58,16). Sum of RGB (Red+Green+Blue) = 43+58+16=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A10 is #D4C5EF. Grayscale: #303030. Windows color (decimal): -13944304 or 1063467. OLE color: 1063467.
HSL color Cylindrical-coordinate representation of color #2B3A10: hue angle of 81.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B3A10 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 58 | 16 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.77 |
| HSL | 81.43º | 0.57% | 0.15% | - |
| HSV(B) | 81.43º | 0.72% | 0.23% | - |
| XYZ | 2.6 | 3.58 | 1.04 | - |
| YUV | 48.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 16 | 0.26 | 0 | 0.72 | 0.77 | 81.43 | 0.57 | 0.15 |
| Hex | 2B | 3A | 10 | 1A | 0 | 48 | 4D | 51 | 39 | F |
| Octal | 53 | 72 | 20 | 32 | 0 | 110 | 115 | 121 | 71 | 17 |
| Binary | 101011 | 111010 | 10000 | 11010 | 0 | 1001000 | 1001101 | 1010001 | 111001 | 1111 |
Color Harmonies of #2B3A10
Complementary color
Monochromatic Colors of #2B3A10
Black with #2B3A10
Text Example
Text Example
White with #2B3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A10; }
p { color: rgb(43,58,16); }
H1.HeaderClassName
{
color: #2B3A10;
}
.AnyTagClassName
{
color: #2B3A10;
}
</style>
background-color css
<style>
a { background-color: #2B3A10; }
a { background-color: rgb(43,58,16); }
div.DivClassName
{
background-color: #2B3A10;
}
.BgClassName
{
background-color: #2B3A10;
}
</style>
border-color css
<style>
span { border-color: #2B3A10; }
span { border-color: rgb(43,58,16); }
td.TdClassName
{
border-color: #2B3A10;
}
.TagClassName
{
border-color: #2B3A10;
}
</style>