Shades of Turtle Green #2B4E04
Tints of Turtle Green #2B4E04
RGB
CMYK
RGB Variations
Color information
#2B4E04 (or 0x2B4E04) is known color: Turtle Green. HEX triplet: 2B, 4E and 04. RGB value is (43,78,4). Sum of RGB (Red+Green+Blue) = 43+78+4=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 78 (30.86% from 255 or 62.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4E04 is #D4B1FB. Grayscale: #3B3B3B. Windows color (decimal): -13939196 or 282155. OLE color: 282155.
HSL color Cylindrical-coordinate representation of color #2B4E04: hue angle of 88.38º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B4E04 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 4 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.69 |
| HSL | 88.38º | 0.9% | 0.16% | - |
| HSV(B) | 88.38º | 0.95% | 0.31% | - |
| XYZ | 3.74 | 5.97 | 1.07 | - |
| YUV | 59.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 4 | 0.45 | 0 | 0.95 | 0.69 | 88.38 | 0.9 | 0.16 |
| Hex | 2B | 4E | 4 | 2D | 0 | 5F | 45 | 58 | 5A | 10 |
| Octal | 53 | 116 | 4 | 55 | 0 | 137 | 105 | 130 | 132 | 20 |
| Binary | 101011 | 1001110 | 100 | 101101 | 0 | 1011111 | 1000101 | 1011000 | 1011010 | 10000 |
Color Harmonies of #2B4E04
Complementary color
Monochromatic Colors of #2B4E04
Black with #2B4E04
Text Example
Text Example
White with #2B4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E04; }
p { color: rgb(43,78,4); }
H1.HeaderClassName
{
color: #2B4E04;
}
.AnyTagClassName
{
color: #2B4E04;
}
</style>
background-color css
<style>
a { background-color: #2B4E04; }
a { background-color: rgb(43,78,4); }
div.DivClassName
{
background-color: #2B4E04;
}
.BgClassName
{
background-color: #2B4E04;
}
</style>
border-color css
<style>
span { border-color: #2B4E04; }
span { border-color: rgb(43,78,4); }
td.TdClassName
{
border-color: #2B4E04;
}
.TagClassName
{
border-color: #2B4E04;
}
</style>