Shades of Turtle Green #2B3802
Tints of Turtle Green #2B3802
RGB
CMYK
RGB Variations
Color information
#2B3802 (or 0x2B3802) is known color: Turtle Green. HEX triplet: 2B, 38 and 02. RGB value is (43,56,2). Sum of RGB (Red+Green+Blue) = 43+56+2=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3802 is #D4C7FD. Grayscale: #2E2E2E. Windows color (decimal): -13944830 or 145451. OLE color: 145451.
HSL color Cylindrical-coordinate representation of color #2B3802: hue angle of 74.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B3802 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 2 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.78 |
| HSL | 74.44º | 0.93% | 0.11% | - |
| HSV(B) | 74.44º | 0.96% | 0.22% | - |
| XYZ | 2.42 | 3.35 | 0.58 | - |
| YUV | 45.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 2 | 0.23 | 0 | 0.96 | 0.78 | 74.44 | 0.93 | 0.11 |
| Hex | 2B | 38 | 2 | 17 | 0 | 60 | 4E | 4A | 5D | B |
| Octal | 53 | 70 | 2 | 27 | 0 | 140 | 116 | 112 | 135 | 13 |
| Binary | 101011 | 111000 | 10 | 10111 | 0 | 1100000 | 1001110 | 1001010 | 1011101 | 1011 |
Color Harmonies of #2B3802
Complementary color
Monochromatic Colors of #2B3802
Black with #2B3802
Text Example
Text Example
White with #2B3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3802; }
p { color: rgb(43,56,2); }
H1.HeaderClassName
{
color: #2B3802;
}
.AnyTagClassName
{
color: #2B3802;
}
</style>
background-color css
<style>
a { background-color: #2B3802; }
a { background-color: rgb(43,56,2); }
div.DivClassName
{
background-color: #2B3802;
}
.BgClassName
{
background-color: #2B3802;
}
</style>
border-color css
<style>
span { border-color: #2B3802; }
span { border-color: rgb(43,56,2); }
td.TdClassName
{
border-color: #2B3802;
}
.TagClassName
{
border-color: #2B3802;
}
</style>