Shades of Turtle Green #2D4302
Tints of Turtle Green #2D4302
RGB
CMYK
RGB Variations
Color information
#2D4302 (or 0x2D4302) is known color: Turtle Green. HEX triplet: 2D, 43 and 02. RGB value is (45,67,2). Sum of RGB (Red+Green+Blue) = 45+67+2=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4302 is #D2BCFD. Grayscale: #353535. Windows color (decimal): -13810942 or 148269. OLE color: 148269.
HSL color Cylindrical-coordinate representation of color #2D4302: hue angle of 80.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D4302 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 2 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.74 |
| HSL | 80.31º | 0.94% | 0.14% | - |
| HSV(B) | 80.31º | 0.97% | 0.26% | - |
| XYZ | 3.1 | 4.58 | 0.78 | - |
| YUV | 53.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 2 | 0.33 | 0 | 0.97 | 0.74 | 80.31 | 0.94 | 0.14 |
| Hex | 2D | 43 | 2 | 21 | 0 | 61 | 4A | 50 | 5E | E |
| Octal | 55 | 103 | 2 | 41 | 0 | 141 | 112 | 120 | 136 | 16 |
| Binary | 101101 | 1000011 | 10 | 100001 | 0 | 1100001 | 1001010 | 1010000 | 1011110 | 1110 |
Color Harmonies of #2D4302
Complementary color
Monochromatic Colors of #2D4302
Black with #2D4302
Text Example
Text Example
White with #2D4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4302; }
p { color: rgb(45,67,2); }
H1.HeaderClassName
{
color: #2D4302;
}
.AnyTagClassName
{
color: #2D4302;
}
</style>
background-color css
<style>
a { background-color: #2D4302; }
a { background-color: rgb(45,67,2); }
div.DivClassName
{
background-color: #2D4302;
}
.BgClassName
{
background-color: #2D4302;
}
</style>
border-color css
<style>
span { border-color: #2D4302; }
span { border-color: rgb(45,67,2); }
td.TdClassName
{
border-color: #2D4302;
}
.TagClassName
{
border-color: #2D4302;
}
</style>