Shades of Turtle Green #2D3203
Tints of Turtle Green #2D3203
RGB
CMYK
RGB Variations
Color information
#2D3203 (or 0x2D3203) is known color: Turtle Green. HEX triplet: 2D, 32 and 03. RGB value is (45,50,3). Sum of RGB (Red+Green+Blue) = 45+50+3=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3203 is #D2CDFC. Grayscale: #2B2B2B. Windows color (decimal): -13815293 or 209453. OLE color: 209453.
HSL color Cylindrical-coordinate representation of color #2D3203: hue angle of 66.38º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D3203 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 50 | 3 | - |
CMYK | 0.10 | 0 | 0.94 | 0.80 |
HSL | 66.38º | 0.89% | 0.1% | - |
HSV(B) | 66.38º | 0.94% | 0.2% | - |
XYZ | 2.24 | 2.85 | 0.52 | - |
YUV | 43.15 | 105.34 | 129.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 50 | 3 | 0.10 | 0 | 0.94 | 0.80 | 66.38 | 0.89 | 0.1 |
Hex | 2D | 32 | 3 | A | 0 | 5E | 50 | 42 | 59 | A |
Octal | 55 | 62 | 3 | 12 | 0 | 136 | 120 | 102 | 131 | 12 |
Binary | 101101 | 110010 | 11 | 1010 | 0 | 1011110 | 1010000 | 1000010 | 1011001 | 1010 |
Color Harmonies of #2D3203
Complementary color
Monochromatic Colors of #2D3203
Black with #2D3203
Text Example
Text Example
White with #2D3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3203; }
p { color: rgb(45,50,3); }
H1.HeaderClassName
{
color: #2D3203;
}
.AnyTagClassName
{
color: #2D3203;
}
</style>
background-color css
<style>
a { background-color: #2D3203; }
a { background-color: rgb(45,50,3); }
div.DivClassName
{
background-color: #2D3203;
}
.BgClassName
{
background-color: #2D3203;
}
</style>
border-color css
<style>
span { border-color: #2D3203; }
span { border-color: rgb(45,50,3); }
td.TdClassName
{
border-color: #2D3203;
}
.TagClassName
{
border-color: #2D3203;
}
</style>