Shades of Turtle Green #2B5504
Tints of Turtle Green #2B5504
RGB
CMYK
RGB Variations
Color information
#2B5504 (or 0x2B5504) is known color: Turtle Green. HEX triplet: 2B, 55 and 04. RGB value is (43,85,4). Sum of RGB (Red+Green+Blue) = 43+85+4=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5504 is #D4AAFB. Grayscale: #3F3F3F. Windows color (decimal): -13937404 or 283947. OLE color: 283947.
HSL color Cylindrical-coordinate representation of color #2B5504: hue angle of 91.11º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B5504 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 4 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.67 |
| HSL | 91.11º | 0.91% | 0.17% | - |
| HSV(B) | 91.11º | 0.95% | 0.33% | - |
| XYZ | 4.27 | 7.02 | 1.24 | - |
| YUV | 63.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 4 | 0.49 | 0 | 0.95 | 0.67 | 91.11 | 0.91 | 0.17 |
| Hex | 2B | 55 | 4 | 31 | 0 | 5F | 43 | 5B | 5B | 11 |
| Octal | 53 | 125 | 4 | 61 | 0 | 137 | 103 | 133 | 133 | 21 |
| Binary | 101011 | 1010101 | 100 | 110001 | 0 | 1011111 | 1000011 | 1011011 | 1011011 | 10001 |
Color Harmonies of #2B5504
Complementary color
Monochromatic Colors of #2B5504
Black with #2B5504
Text Example
Text Example
White with #2B5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5504; }
p { color: rgb(43,85,4); }
H1.HeaderClassName
{
color: #2B5504;
}
.AnyTagClassName
{
color: #2B5504;
}
</style>
background-color css
<style>
a { background-color: #2B5504; }
a { background-color: rgb(43,85,4); }
div.DivClassName
{
background-color: #2B5504;
}
.BgClassName
{
background-color: #2B5504;
}
</style>
border-color css
<style>
span { border-color: #2B5504; }
span { border-color: rgb(43,85,4); }
td.TdClassName
{
border-color: #2B5504;
}
.TagClassName
{
border-color: #2B5504;
}
</style>