Shades of Turtle Green #2B5C04
Tints of Turtle Green #2B5C04
RGB
CMYK
RGB Variations
Color information
#2B5C04 (or 0x2B5C04) is known color: Turtle Green. HEX triplet: 2B, 5C and 04. RGB value is (43,92,4). Sum of RGB (Red+Green+Blue) = 43+92+4=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C04 is #D4A3FB. Grayscale: #434343. Windows color (decimal): -13935612 or 285739. OLE color: 285739.
HSL color Cylindrical-coordinate representation of color #2B5C04: hue angle of 93.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B5C04 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 4 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.64 |
| HSL | 93.41º | 0.92% | 0.19% | - |
| HSV(B) | 93.41º | 0.96% | 0.36% | - |
| XYZ | 4.85 | 8.18 | 1.44 | - |
| YUV | 67.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 4 | 0.53 | 0 | 0.96 | 0.64 | 93.41 | 0.92 | 0.19 |
| Hex | 2B | 5C | 4 | 35 | 0 | 60 | 40 | 5D | 5C | 13 |
| Octal | 53 | 134 | 4 | 65 | 0 | 140 | 100 | 135 | 134 | 23 |
| Binary | 101011 | 1011100 | 100 | 110101 | 0 | 1100000 | 1000000 | 1011101 | 1011100 | 10011 |
Color Harmonies of #2B5C04
Complementary color
Monochromatic Colors of #2B5C04
Black with #2B5C04
Text Example
Text Example
White with #2B5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C04; }
p { color: rgb(43,92,4); }
H1.HeaderClassName
{
color: #2B5C04;
}
.AnyTagClassName
{
color: #2B5C04;
}
</style>
background-color css
<style>
a { background-color: #2B5C04; }
a { background-color: rgb(43,92,4); }
div.DivClassName
{
background-color: #2B5C04;
}
.BgClassName
{
background-color: #2B5C04;
}
</style>
border-color css
<style>
span { border-color: #2B5C04; }
span { border-color: rgb(43,92,4); }
td.TdClassName
{
border-color: #2B5C04;
}
.TagClassName
{
border-color: #2B5C04;
}
</style>