Shades of Turtle Green #2D530B
Tints of Turtle Green #2D530B
RGB
CMYK
RGB Variations
Color information
#2D530B (or 0x2D530B) is known color: Turtle Green. HEX triplet: 2D, 53 and 0B. RGB value is (45,83,11). Sum of RGB (Red+Green+Blue) = 45+83+11=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #2D530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D530B is #D2ACF4. Grayscale: #3F3F3F. Windows color (decimal): -13806837 or 742189. OLE color: 742189.
HSL color Cylindrical-coordinate representation of color #2D530B: hue angle of 91.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D530B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 11 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.67 |
| HSL | 91.67º | 0.77% | 0.18% | - |
| HSV(B) | 91.67º | 0.87% | 0.33% | - |
| XYZ | 4.24 | 6.77 | 1.4 | - |
| YUV | 63.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 11 | 0.46 | 0 | 0.87 | 0.67 | 91.67 | 0.77 | 0.18 |
| Hex | 2D | 53 | B | 2E | 0 | 57 | 43 | 5C | 4D | 12 |
| Octal | 55 | 123 | 13 | 56 | 0 | 127 | 103 | 134 | 115 | 22 |
| Binary | 101101 | 1010011 | 1011 | 101110 | 0 | 1010111 | 1000011 | 1011100 | 1001101 | 10010 |
Color Harmonies of #2D530B
Complementary color
Monochromatic Colors of #2D530B
Black with #2D530B
Text Example
Text Example
White with #2D530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D530B; }
p { color: rgb(45,83,11); }
H1.HeaderClassName
{
color: #2D530B;
}
.AnyTagClassName
{
color: #2D530B;
}
</style>
background-color css
<style>
a { background-color: #2D530B; }
a { background-color: rgb(45,83,11); }
div.DivClassName
{
background-color: #2D530B;
}
.BgClassName
{
background-color: #2D530B;
}
</style>
border-color css
<style>
span { border-color: #2D530B; }
span { border-color: rgb(45,83,11); }
td.TdClassName
{
border-color: #2D530B;
}
.TagClassName
{
border-color: #2D530B;
}
</style>