Shades of Turtle Green #2B350D
Tints of Turtle Green #2B350D
RGB
CMYK
RGB Variations
Color information
#2B350D (or 0x2B350D) is known color: Turtle Green. HEX triplet: 2B, 35 and 0D. RGB value is (43,53,13). Sum of RGB (Red+Green+Blue) = 43+53+13=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #2B350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B350D is #D4CAF2. Grayscale: #2D2D2D. Windows color (decimal): -13945587 or 865579. OLE color: 865579.
HSL color Cylindrical-coordinate representation of color #2B350D: hue angle of 75º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B350D is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 13 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.79 |
| HSL | 75º | 0.61% | 0.13% | - |
| HSV(B) | 75º | 0.75% | 0.21% | - |
| XYZ | 2.34 | 3.09 | 0.85 | - |
| YUV | 45.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 13 | 0.19 | 0 | 0.75 | 0.79 | 75 | 0.61 | 0.13 |
| Hex | 2B | 35 | D | 13 | 0 | 4B | 4F | 4B | 3D | D |
| Octal | 53 | 65 | 15 | 23 | 0 | 113 | 117 | 113 | 75 | 15 |
| Binary | 101011 | 110101 | 1101 | 10011 | 0 | 1001011 | 1001111 | 1001011 | 111101 | 1101 |
Color Harmonies of #2B350D
Complementary color
Monochromatic Colors of #2B350D
Black with #2B350D
Text Example
Text Example
White with #2B350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B350D; }
p { color: rgb(43,53,13); }
H1.HeaderClassName
{
color: #2B350D;
}
.AnyTagClassName
{
color: #2B350D;
}
</style>
background-color css
<style>
a { background-color: #2B350D; }
a { background-color: rgb(43,53,13); }
div.DivClassName
{
background-color: #2B350D;
}
.BgClassName
{
background-color: #2B350D;
}
</style>
border-color css
<style>
span { border-color: #2B350D; }
span { border-color: rgb(43,53,13); }
td.TdClassName
{
border-color: #2B350D;
}
.TagClassName
{
border-color: #2B350D;
}
</style>