Shades of Turtle Green #2B380B
Tints of Turtle Green #2B380B
RGB
CMYK
RGB Variations
Color information
#2B380B (or 0x2B380B) is known color: Turtle Green. HEX triplet: 2B, 38 and 0B. RGB value is (43,56,11). Sum of RGB (Red+Green+Blue) = 43+56+11=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #2B380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B380B is #D4C7F4. Grayscale: #2F2F2F. Windows color (decimal): -13944821 or 735275. OLE color: 735275.
HSL color Cylindrical-coordinate representation of color #2B380B: hue angle of 77.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B380B is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 11 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.78 |
| HSL | 77.33º | 0.67% | 0.13% | - |
| HSV(B) | 77.33º | 0.8% | 0.22% | - |
| XYZ | 2.47 | 3.37 | 0.84 | - |
| YUV | 46.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 11 | 0.23 | 0 | 0.80 | 0.78 | 77.33 | 0.67 | 0.13 |
| Hex | 2B | 38 | B | 17 | 0 | 50 | 4E | 4D | 43 | D |
| Octal | 53 | 70 | 13 | 27 | 0 | 120 | 116 | 115 | 103 | 15 |
| Binary | 101011 | 111000 | 1011 | 10111 | 0 | 1010000 | 1001110 | 1001101 | 1000011 | 1101 |
Color Harmonies of #2B380B
Complementary color
Monochromatic Colors of #2B380B
Black with #2B380B
Text Example
Text Example
White with #2B380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B380B; }
p { color: rgb(43,56,11); }
H1.HeaderClassName
{
color: #2B380B;
}
.AnyTagClassName
{
color: #2B380B;
}
</style>
background-color css
<style>
a { background-color: #2B380B; }
a { background-color: rgb(43,56,11); }
div.DivClassName
{
background-color: #2B380B;
}
.BgClassName
{
background-color: #2B380B;
}
</style>
border-color css
<style>
span { border-color: #2B380B; }
span { border-color: rgb(43,56,11); }
td.TdClassName
{
border-color: #2B380B;
}
.TagClassName
{
border-color: #2B380B;
}
</style>