Shades of Turtle Green #2B330C
Tints of Turtle Green #2B330C
RGB
CMYK
RGB Variations
Color information
#2B330C (or 0x2B330C) is known color: Turtle Green. HEX triplet: 2B, 33 and 0C. RGB value is (43,51,12). Sum of RGB (Red+Green+Blue) = 43+51+12=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330C is #D4CCF3. Grayscale: #2C2C2C. Windows color (decimal): -13946100 or 799531. OLE color: 799531.
HSL color Cylindrical-coordinate representation of color #2B330C: hue angle of 72.31º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B330C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 12 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.8 |
| HSL | 72.31º | 0.62% | 0.12% | - |
| HSV(B) | 72.31º | 0.76% | 0.2% | - |
| XYZ | 2.25 | 2.91 | 0.79 | - |
| YUV | 44.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 12 | 0.16 | 0 | 0.76 | 0.8 | 72.31 | 0.62 | 0.12 |
| Hex | 2B | 33 | C | 10 | 0 | 4C | 50 | 48 | 3E | C |
| Octal | 53 | 63 | 14 | 20 | 0 | 114 | 120 | 110 | 76 | 14 |
| Binary | 101011 | 110011 | 1100 | 10000 | 0 | 1001100 | 1010000 | 1001000 | 111110 | 1100 |
Color Harmonies of #2B330C
Complementary color
Monochromatic Colors of #2B330C
Black with #2B330C
Text Example
Text Example
White with #2B330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B330C; }
p { color: rgb(43,51,12); }
H1.HeaderClassName
{
color: #2B330C;
}
.AnyTagClassName
{
color: #2B330C;
}
</style>
background-color css
<style>
a { background-color: #2B330C; }
a { background-color: rgb(43,51,12); }
div.DivClassName
{
background-color: #2B330C;
}
.BgClassName
{
background-color: #2B330C;
}
</style>
border-color css
<style>
span { border-color: #2B330C; }
span { border-color: rgb(43,51,12); }
td.TdClassName
{
border-color: #2B330C;
}
.TagClassName
{
border-color: #2B330C;
}
</style>