Shades of Turtle Green #2B3310
Tints of Turtle Green #2B3310
RGB
CMYK
RGB Variations
Color information
#2B3310 (or 0x2B3310) is known color: Turtle Green. HEX triplet: 2B, 33 and 10. RGB value is (43,51,16). Sum of RGB (Red+Green+Blue) = 43+51+16=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3310 is #D4CCEF. Grayscale: #2C2C2C. Windows color (decimal): -13946096 or 1061675. OLE color: 1061675.
HSL color Cylindrical-coordinate representation of color #2B3310: hue angle of 73.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3310 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 16 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.8 |
| HSL | 73.71º | 0.52% | 0.13% | - |
| HSV(B) | 73.71º | 0.69% | 0.2% | - |
| XYZ | 2.27 | 2.92 | 0.93 | - |
| YUV | 44.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 16 | 0.16 | 0 | 0.69 | 0.8 | 73.71 | 0.52 | 0.13 |
| Hex | 2B | 33 | 10 | 10 | 0 | 45 | 50 | 4A | 34 | D |
| Octal | 53 | 63 | 20 | 20 | 0 | 105 | 120 | 112 | 64 | 15 |
| Binary | 101011 | 110011 | 10000 | 10000 | 0 | 1000101 | 1010000 | 1001010 | 110100 | 1101 |
Color Harmonies of #2B3310
Complementary color
Monochromatic Colors of #2B3310
Black with #2B3310
Text Example
Text Example
White with #2B3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3310; }
p { color: rgb(43,51,16); }
H1.HeaderClassName
{
color: #2B3310;
}
.AnyTagClassName
{
color: #2B3310;
}
</style>
background-color css
<style>
a { background-color: #2B3310; }
a { background-color: rgb(43,51,16); }
div.DivClassName
{
background-color: #2B3310;
}
.BgClassName
{
background-color: #2B3310;
}
</style>
border-color css
<style>
span { border-color: #2B3310; }
span { border-color: rgb(43,51,16); }
td.TdClassName
{
border-color: #2B3310;
}
.TagClassName
{
border-color: #2B3310;
}
</style>