Shades of Turtle Green #2B320B
Tints of Turtle Green #2B320B
RGB
CMYK
RGB Variations
Color information
#2B320B (or 0x2B320B) is known color: Turtle Green. HEX triplet: 2B, 32 and 0B. RGB value is (43,50,11). Sum of RGB (Red+Green+Blue) = 43+50+11=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #2B320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B320B is #D4CDF4. Grayscale: #2B2B2B. Windows color (decimal): -13946357 or 733739. OLE color: 733739.
HSL color Cylindrical-coordinate representation of color #2B320B: hue angle of 70.77º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B320B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 11 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.80 |
| HSL | 70.77º | 0.64% | 0.12% | - |
| HSV(B) | 70.77º | 0.78% | 0.2% | - |
| XYZ | 2.2 | 2.82 | 0.74 | - |
| YUV | 43.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 11 | 0.14 | 0 | 0.78 | 0.80 | 70.77 | 0.64 | 0.12 |
| Hex | 2B | 32 | B | E | 0 | 4E | 50 | 47 | 40 | C |
| Octal | 53 | 62 | 13 | 16 | 0 | 116 | 120 | 107 | 100 | 14 |
| Binary | 101011 | 110010 | 1011 | 1110 | 0 | 1001110 | 1010000 | 1000111 | 1000000 | 1100 |
Color Harmonies of #2B320B
Complementary color
Monochromatic Colors of #2B320B
Black with #2B320B
Text Example
Text Example
White with #2B320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B320B; }
p { color: rgb(43,50,11); }
H1.HeaderClassName
{
color: #2B320B;
}
.AnyTagClassName
{
color: #2B320B;
}
</style>
background-color css
<style>
a { background-color: #2B320B; }
a { background-color: rgb(43,50,11); }
div.DivClassName
{
background-color: #2B320B;
}
.BgClassName
{
background-color: #2B320B;
}
</style>
border-color css
<style>
span { border-color: #2B320B; }
span { border-color: rgb(43,50,11); }
td.TdClassName
{
border-color: #2B320B;
}
.TagClassName
{
border-color: #2B320B;
}
</style>