Shades of Turtle Green #2B330A
Tints of Turtle Green #2B330A
RGB
CMYK
RGB Variations
Color information
#2B330A (or 0x2B330A) is known color: Turtle Green. HEX triplet: 2B, 33 and 0A. RGB value is (43,51,10). Sum of RGB (Red+Green+Blue) = 43+51+10=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330A is #D4CCF5. Grayscale: #2C2C2C. Windows color (decimal): -13946102 or 668459. OLE color: 668459.
HSL color Cylindrical-coordinate representation of color #2B330A: hue angle of 71.71º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B330A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 10 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.8 |
| HSL | 71.71º | 0.67% | 0.12% | - |
| HSV(B) | 71.71º | 0.8% | 0.2% | - |
| XYZ | 2.23 | 2.9 | 0.73 | - |
| YUV | 43.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 10 | 0.16 | 0 | 0.80 | 0.8 | 71.71 | 0.67 | 0.12 |
| Hex | 2B | 33 | A | 10 | 0 | 50 | 50 | 48 | 43 | C |
| Octal | 53 | 63 | 12 | 20 | 0 | 120 | 120 | 110 | 103 | 14 |
| Binary | 101011 | 110011 | 1010 | 10000 | 0 | 1010000 | 1010000 | 1001000 | 1000011 | 1100 |
Color Harmonies of #2B330A
Complementary color
Monochromatic Colors of #2B330A
Black with #2B330A
Text Example
Text Example
White with #2B330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B330A; }
p { color: rgb(43,51,10); }
H1.HeaderClassName
{
color: #2B330A;
}
.AnyTagClassName
{
color: #2B330A;
}
</style>
background-color css
<style>
a { background-color: #2B330A; }
a { background-color: rgb(43,51,10); }
div.DivClassName
{
background-color: #2B330A;
}
.BgClassName
{
background-color: #2B330A;
}
</style>
border-color css
<style>
span { border-color: #2B330A; }
span { border-color: rgb(43,51,10); }
td.TdClassName
{
border-color: #2B330A;
}
.TagClassName
{
border-color: #2B330A;
}
</style>