Shades of Turtle Green #2B330D
Tints of Turtle Green #2B330D
RGB
CMYK
RGB Variations
Color information
#2B330D (or 0x2B330D) is known color: Turtle Green. HEX triplet: 2B, 33 and 0D. RGB value is (43,51,13). Sum of RGB (Red+Green+Blue) = 43+51+13=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330D is #D4CCF2. Grayscale: #2C2C2C. Windows color (decimal): -13946099 or 865067. OLE color: 865067.
HSL color Cylindrical-coordinate representation of color #2B330D: hue angle of 72.63º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B330D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 13 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.8 |
| HSL | 72.63º | 0.59% | 0.13% | - |
| HSV(B) | 72.63º | 0.75% | 0.2% | - |
| XYZ | 2.25 | 2.91 | 0.82 | - |
| YUV | 44.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 13 | 0.16 | 0 | 0.75 | 0.8 | 72.63 | 0.59 | 0.13 |
| Hex | 2B | 33 | D | 10 | 0 | 4B | 50 | 49 | 3B | D |
| Octal | 53 | 63 | 15 | 20 | 0 | 113 | 120 | 111 | 73 | 15 |
| Binary | 101011 | 110011 | 1101 | 10000 | 0 | 1001011 | 1010000 | 1001001 | 111011 | 1101 |
Color Harmonies of #2B330D
Complementary color
Monochromatic Colors of #2B330D
Black with #2B330D
Text Example
Text Example
White with #2B330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B330D; }
p { color: rgb(43,51,13); }
H1.HeaderClassName
{
color: #2B330D;
}
.AnyTagClassName
{
color: #2B330D;
}
</style>
background-color css
<style>
a { background-color: #2B330D; }
a { background-color: rgb(43,51,13); }
div.DivClassName
{
background-color: #2B330D;
}
.BgClassName
{
background-color: #2B330D;
}
</style>
border-color css
<style>
span { border-color: #2B330D; }
span { border-color: rgb(43,51,13); }
td.TdClassName
{
border-color: #2B330D;
}
.TagClassName
{
border-color: #2B330D;
}
</style>