Shades of Turtle Green #2B3314
Tints of Turtle Green #2B3314
RGB
CMYK
RGB Variations
Color information
#2B3314 (or 0x2B3314) is known color: Turtle Green. HEX triplet: 2B, 33 and 14. RGB value is (43,51,20). Sum of RGB (Red+Green+Blue) = 43+51+20=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3314 is #D4CCEB. Grayscale: #2D2D2D. Windows color (decimal): -13946092 or 1323819. OLE color: 1323819.
HSL color Cylindrical-coordinate representation of color #2B3314: hue angle of 75.48º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B3314 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 20 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.8 |
| HSL | 75.48º | 0.44% | 0.14% | - |
| HSV(B) | 75.48º | 0.61% | 0.2% | - |
| XYZ | 2.31 | 2.93 | 1.11 | - |
| YUV | 45.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 20 | 0.16 | 0 | 0.61 | 0.8 | 75.48 | 0.44 | 0.14 |
| Hex | 2B | 33 | 14 | 10 | 0 | 3D | 50 | 4B | 2C | E |
| Octal | 53 | 63 | 24 | 20 | 0 | 75 | 120 | 113 | 54 | 16 |
| Binary | 101011 | 110011 | 10100 | 10000 | 0 | 111101 | 1010000 | 1001011 | 101100 | 1110 |
Color Harmonies of #2B3314
Complementary color
Monochromatic Colors of #2B3314
Black with #2B3314
Text Example
Text Example
White with #2B3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3314; }
p { color: rgb(43,51,20); }
H1.HeaderClassName
{
color: #2B3314;
}
.AnyTagClassName
{
color: #2B3314;
}
</style>
background-color css
<style>
a { background-color: #2B3314; }
a { background-color: rgb(43,51,20); }
div.DivClassName
{
background-color: #2B3314;
}
.BgClassName
{
background-color: #2B3314;
}
</style>
border-color css
<style>
span { border-color: #2B3314; }
span { border-color: rgb(43,51,20); }
td.TdClassName
{
border-color: #2B3314;
}
.TagClassName
{
border-color: #2B3314;
}
</style>