Shades of Turtle Green #2B4A04
Tints of Turtle Green #2B4A04
RGB
CMYK
RGB Variations
Color information
#2B4A04 (or 0x2B4A04) is known color: Turtle Green. HEX triplet: 2B, 4A and 04. RGB value is (43,74,4). Sum of RGB (Red+Green+Blue) = 43+74+4=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A04 is #D4B5FB. Grayscale: #383838. Windows color (decimal): -13940220 or 281131. OLE color: 281131.
HSL color Cylindrical-coordinate representation of color #2B4A04: hue angle of 86.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B4A04 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 4 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.71 |
| HSL | 86.57º | 0.9% | 0.15% | - |
| HSV(B) | 86.57º | 0.95% | 0.29% | - |
| XYZ | 3.47 | 5.42 | 0.98 | - |
| YUV | 56.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 4 | 0.42 | 0 | 0.95 | 0.71 | 86.57 | 0.9 | 0.15 |
| Hex | 2B | 4A | 4 | 2A | 0 | 5F | 47 | 57 | 5A | F |
| Octal | 53 | 112 | 4 | 52 | 0 | 137 | 107 | 127 | 132 | 17 |
| Binary | 101011 | 1001010 | 100 | 101010 | 0 | 1011111 | 1000111 | 1010111 | 1011010 | 1111 |
Color Harmonies of #2B4A04
Complementary color
Monochromatic Colors of #2B4A04
Black with #2B4A04
Text Example
Text Example
White with #2B4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A04; }
p { color: rgb(43,74,4); }
H1.HeaderClassName
{
color: #2B4A04;
}
.AnyTagClassName
{
color: #2B4A04;
}
</style>
background-color css
<style>
a { background-color: #2B4A04; }
a { background-color: rgb(43,74,4); }
div.DivClassName
{
background-color: #2B4A04;
}
.BgClassName
{
background-color: #2B4A04;
}
</style>
border-color css
<style>
span { border-color: #2B4A04; }
span { border-color: rgb(43,74,4); }
td.TdClassName
{
border-color: #2B4A04;
}
.TagClassName
{
border-color: #2B4A04;
}
</style>