Shades of Turtle Green #2B320F
Tints of Turtle Green #2B320F
RGB
CMYK
RGB Variations
Color information
#2B320F (or 0x2B320F) is known color: Turtle Green. HEX triplet: 2B, 32 and 0F. RGB value is (43,50,15). Sum of RGB (Red+Green+Blue) = 43+50+15=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #2B320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B320F is #D4CDF0. Grayscale: #2C2C2C. Windows color (decimal): -13946353 or 995883. OLE color: 995883.
HSL color Cylindrical-coordinate representation of color #2B320F: hue angle of 72º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B320F is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 15 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.80 |
| HSL | 72º | 0.54% | 0.13% | - |
| HSV(B) | 72º | 0.7% | 0.2% | - |
| XYZ | 2.22 | 2.83 | 0.88 | - |
| YUV | 43.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 15 | 0.14 | 0 | 0.70 | 0.80 | 72 | 0.54 | 0.13 |
| Hex | 2B | 32 | F | E | 0 | 46 | 50 | 48 | 36 | D |
| Octal | 53 | 62 | 17 | 16 | 0 | 106 | 120 | 110 | 66 | 15 |
| Binary | 101011 | 110010 | 1111 | 1110 | 0 | 1000110 | 1010000 | 1001000 | 110110 | 1101 |
Color Harmonies of #2B320F
Complementary color
Monochromatic Colors of #2B320F
Black with #2B320F
Text Example
Text Example
White with #2B320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B320F; }
p { color: rgb(43,50,15); }
H1.HeaderClassName
{
color: #2B320F;
}
.AnyTagClassName
{
color: #2B320F;
}
</style>
background-color css
<style>
a { background-color: #2B320F; }
a { background-color: rgb(43,50,15); }
div.DivClassName
{
background-color: #2B320F;
}
.BgClassName
{
background-color: #2B320F;
}
</style>
border-color css
<style>
span { border-color: #2B320F; }
span { border-color: rgb(43,50,15); }
td.TdClassName
{
border-color: #2B320F;
}
.TagClassName
{
border-color: #2B320F;
}
</style>