Shades of Turtle Green #2D4A03
Tints of Turtle Green #2D4A03
RGB
CMYK
RGB Variations
Color information
#2D4A03 (or 0x2D4A03) is known color: Turtle Green. HEX triplet: 2D, 4A and 03. RGB value is (45,74,3). Sum of RGB (Red+Green+Blue) = 45+74+3=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4A03 is #D2B5FC. Grayscale: #393939. Windows color (decimal): -13809149 or 215597. OLE color: 215597.
HSL color Cylindrical-coordinate representation of color #2D4A03: hue angle of 84.51º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D4A03 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 74 | 3 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.71 |
| HSL | 84.51º | 0.92% | 0.15% | - |
| HSV(B) | 84.51º | 0.96% | 0.29% | - |
| XYZ | 3.55 | 5.46 | 0.95 | - |
| YUV | 57.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 3 | 0.39 | 0 | 0.96 | 0.71 | 84.51 | 0.92 | 0.15 |
| Hex | 2D | 4A | 3 | 27 | 0 | 60 | 47 | 55 | 5C | F |
| Octal | 55 | 112 | 3 | 47 | 0 | 140 | 107 | 125 | 134 | 17 |
| Binary | 101101 | 1001010 | 11 | 100111 | 0 | 1100000 | 1000111 | 1010101 | 1011100 | 1111 |
Color Harmonies of #2D4A03
Complementary color
Monochromatic Colors of #2D4A03
Black with #2D4A03
Text Example
Text Example
White with #2D4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A03; }
p { color: rgb(45,74,3); }
H1.HeaderClassName
{
color: #2D4A03;
}
.AnyTagClassName
{
color: #2D4A03;
}
</style>
background-color css
<style>
a { background-color: #2D4A03; }
a { background-color: rgb(45,74,3); }
div.DivClassName
{
background-color: #2D4A03;
}
.BgClassName
{
background-color: #2D4A03;
}
</style>
border-color css
<style>
span { border-color: #2D4A03; }
span { border-color: rgb(45,74,3); }
td.TdClassName
{
border-color: #2D4A03;
}
.TagClassName
{
border-color: #2D4A03;
}
</style>