Shades of Turtle Green #2B3302
Tints of Turtle Green #2B3302
RGB
CMYK
RGB Variations
Color information
#2B3302 (or 0x2B3302) is known color: Turtle Green. HEX triplet: 2B, 33 and 02. RGB value is (43,51,2). Sum of RGB (Red+Green+Blue) = 43+51+2=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3302 is #D4CCFD. Grayscale: #2B2B2B. Windows color (decimal): -13946110 or 144171. OLE color: 144171.
HSL color Cylindrical-coordinate representation of color #2B3302: hue angle of 69.8º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B3302 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 2 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.8 |
| HSL | 69.8º | 0.92% | 0.1% | - |
| HSV(B) | 69.8º | 0.96% | 0.2% | - |
| XYZ | 2.19 | 2.89 | 0.5 | - |
| YUV | 43.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 2 | 0.16 | 0 | 0.96 | 0.8 | 69.8 | 0.92 | 0.1 |
| Hex | 2B | 33 | 2 | 10 | 0 | 60 | 50 | 46 | 5C | A |
| Octal | 53 | 63 | 2 | 20 | 0 | 140 | 120 | 106 | 134 | 12 |
| Binary | 101011 | 110011 | 10 | 10000 | 0 | 1100000 | 1010000 | 1000110 | 1011100 | 1010 |
Color Harmonies of #2B3302
Complementary color
Monochromatic Colors of #2B3302
Black with #2B3302
Text Example
Text Example
White with #2B3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3302; }
p { color: rgb(43,51,2); }
H1.HeaderClassName
{
color: #2B3302;
}
.AnyTagClassName
{
color: #2B3302;
}
</style>
background-color css
<style>
a { background-color: #2B3302; }
a { background-color: rgb(43,51,2); }
div.DivClassName
{
background-color: #2B3302;
}
.BgClassName
{
background-color: #2B3302;
}
</style>
border-color css
<style>
span { border-color: #2B3302; }
span { border-color: rgb(43,51,2); }
td.TdClassName
{
border-color: #2B3302;
}
.TagClassName
{
border-color: #2B3302;
}
</style>