Shades of Turtle Green #2A3903
Tints of Turtle Green #2A3903
RGB
CMYK
RGB Variations
Color information
#2A3903 (or 0x2A3903) is known color: Turtle Green. HEX triplet: 2A, 39 and 03. RGB value is (42,57,3). Sum of RGB (Red+Green+Blue) = 42+57+3=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3903 is #D5C6FC. Grayscale: #2E2E2E. Windows color (decimal): -14010109 or 211242. OLE color: 211242.
HSL color Cylindrical-coordinate representation of color #2A3903: hue angle of 76.67º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A3903 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 3 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.78 |
| HSL | 76.67º | 0.9% | 0.12% | - |
| HSV(B) | 76.67º | 0.95% | 0.22% | - |
| XYZ | 2.43 | 3.43 | 0.62 | - |
| YUV | 46.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 3 | 0.26 | 0 | 0.95 | 0.78 | 76.67 | 0.9 | 0.12 |
| Hex | 2A | 39 | 3 | 1A | 0 | 5F | 4E | 4D | 5A | C |
| Octal | 52 | 71 | 3 | 32 | 0 | 137 | 116 | 115 | 132 | 14 |
| Binary | 101010 | 111001 | 11 | 11010 | 0 | 1011111 | 1001110 | 1001101 | 1011010 | 1100 |
Color Harmonies of #2A3903
Complementary color
Monochromatic Colors of #2A3903
Black with #2A3903
Text Example
Text Example
White with #2A3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3903; }
p { color: rgb(42,57,3); }
H1.HeaderClassName
{
color: #2A3903;
}
.AnyTagClassName
{
color: #2A3903;
}
</style>
background-color css
<style>
a { background-color: #2A3903; }
a { background-color: rgb(42,57,3); }
div.DivClassName
{
background-color: #2A3903;
}
.BgClassName
{
background-color: #2A3903;
}
</style>
border-color css
<style>
span { border-color: #2A3903; }
span { border-color: rgb(42,57,3); }
td.TdClassName
{
border-color: #2A3903;
}
.TagClassName
{
border-color: #2A3903;
}
</style>