Shades of Turtle Green #2B3704
Tints of Turtle Green #2B3704
RGB
CMYK
RGB Variations
Color information
#2B3704 (or 0x2B3704) is known color: Turtle Green. HEX triplet: 2B, 37 and 04. RGB value is (43,55,4). Sum of RGB (Red+Green+Blue) = 43+55+4=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3704 is #D4C8FB. Grayscale: #2D2D2D. Windows color (decimal): -13945084 or 276267. OLE color: 276267.
HSL color Cylindrical-coordinate representation of color #2B3704: hue angle of 74.12º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B3704 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 4 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.78 |
| HSL | 74.12º | 0.86% | 0.12% | - |
| HSV(B) | 74.12º | 0.93% | 0.22% | - |
| XYZ | 2.38 | 3.25 | 0.62 | - |
| YUV | 45.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 4 | 0.22 | 0 | 0.93 | 0.78 | 74.12 | 0.86 | 0.12 |
| Hex | 2B | 37 | 4 | 16 | 0 | 5D | 4E | 4A | 56 | C |
| Octal | 53 | 67 | 4 | 26 | 0 | 135 | 116 | 112 | 126 | 14 |
| Binary | 101011 | 110111 | 100 | 10110 | 0 | 1011101 | 1001110 | 1001010 | 1010110 | 1100 |
Color Harmonies of #2B3704
Complementary color
Monochromatic Colors of #2B3704
Black with #2B3704
Text Example
Text Example
White with #2B3704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3704; }
p { color: rgb(43,55,4); }
H1.HeaderClassName
{
color: #2B3704;
}
.AnyTagClassName
{
color: #2B3704;
}
</style>
background-color css
<style>
a { background-color: #2B3704; }
a { background-color: rgb(43,55,4); }
div.DivClassName
{
background-color: #2B3704;
}
.BgClassName
{
background-color: #2B3704;
}
</style>
border-color css
<style>
span { border-color: #2B3704; }
span { border-color: rgb(43,55,4); }
td.TdClassName
{
border-color: #2B3704;
}
.TagClassName
{
border-color: #2B3704;
}
</style>