Shades of Turtle Green #2D3C03
Tints of Turtle Green #2D3C03
RGB
CMYK
RGB Variations
Color information
#2D3C03 (or 0x2D3C03) is known color: Turtle Green. HEX triplet: 2D, 3C and 03. RGB value is (45,60,3). Sum of RGB (Red+Green+Blue) = 45+60+3=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #2D3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3C03 is #D2C3FC. Grayscale: #313131. Windows color (decimal): -13812733 or 212013. OLE color: 212013.
HSL color Cylindrical-coordinate representation of color #2D3C03: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D3C03 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 60 | 3 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.76 |
| HSL | 75.79º | 0.9% | 0.12% | - |
| HSV(B) | 75.79º | 0.95% | 0.24% | - |
| XYZ | 2.71 | 3.8 | 0.68 | - |
| YUV | 49.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 3 | 0.25 | 0 | 0.95 | 0.76 | 75.79 | 0.9 | 0.12 |
| Hex | 2D | 3C | 3 | 19 | 0 | 5F | 4C | 4C | 5A | C |
| Octal | 55 | 74 | 3 | 31 | 0 | 137 | 114 | 114 | 132 | 14 |
| Binary | 101101 | 111100 | 11 | 11001 | 0 | 1011111 | 1001100 | 1001100 | 1011010 | 1100 |
Color Harmonies of #2D3C03
Complementary color
Monochromatic Colors of #2D3C03
Black with #2D3C03
Text Example
Text Example
White with #2D3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C03; }
p { color: rgb(45,60,3); }
H1.HeaderClassName
{
color: #2D3C03;
}
.AnyTagClassName
{
color: #2D3C03;
}
</style>
background-color css
<style>
a { background-color: #2D3C03; }
a { background-color: rgb(45,60,3); }
div.DivClassName
{
background-color: #2D3C03;
}
.BgClassName
{
background-color: #2D3C03;
}
</style>
border-color css
<style>
span { border-color: #2D3C03; }
span { border-color: rgb(45,60,3); }
td.TdClassName
{
border-color: #2D3C03;
}
.TagClassName
{
border-color: #2D3C03;
}
</style>