Shades of Turtle Green #2B4305
Tints of Turtle Green #2B4305
RGB
CMYK
RGB Variations
Color information
#2B4305 (or 0x2B4305) is known color: Turtle Green. HEX triplet: 2B, 43 and 05. RGB value is (43,67,5). Sum of RGB (Red+Green+Blue) = 43+67+5=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4305 is #D4BCFA. Grayscale: #343434. Windows color (decimal): -13942011 or 344875. OLE color: 344875.
HSL color Cylindrical-coordinate representation of color #2B4305: hue angle of 83.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B4305 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 5 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.74 |
| HSL | 83.23º | 0.86% | 0.14% | - |
| HSV(B) | 83.23º | 0.93% | 0.26% | - |
| XYZ | 3.03 | 4.54 | 0.86 | - |
| YUV | 52.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 5 | 0.36 | 0 | 0.93 | 0.74 | 83.23 | 0.86 | 0.14 |
| Hex | 2B | 43 | 5 | 24 | 0 | 5D | 4A | 53 | 56 | E |
| Octal | 53 | 103 | 5 | 44 | 0 | 135 | 112 | 123 | 126 | 16 |
| Binary | 101011 | 1000011 | 101 | 100100 | 0 | 1011101 | 1001010 | 1010011 | 1010110 | 1110 |
Color Harmonies of #2B4305
Complementary color
Monochromatic Colors of #2B4305
Black with #2B4305
Text Example
Text Example
White with #2B4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4305; }
p { color: rgb(43,67,5); }
H1.HeaderClassName
{
color: #2B4305;
}
.AnyTagClassName
{
color: #2B4305;
}
</style>
background-color css
<style>
a { background-color: #2B4305; }
a { background-color: rgb(43,67,5); }
div.DivClassName
{
background-color: #2B4305;
}
.BgClassName
{
background-color: #2B4305;
}
</style>
border-color css
<style>
span { border-color: #2B4305; }
span { border-color: rgb(43,67,5); }
td.TdClassName
{
border-color: #2B4305;
}
.TagClassName
{
border-color: #2B4305;
}
</style>