Shades of Turtle Green #2A3802
Tints of Turtle Green #2A3802
RGB
CMYK
RGB Variations
Color information
#2A3802 (or 0x2A3802) is known color: Turtle Green. HEX triplet: 2A, 38 and 02. RGB value is (42,56,2). Sum of RGB (Red+Green+Blue) = 42+56+2=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3802 is #D5C7FD. Grayscale: #2D2D2D. Windows color (decimal): -14010366 or 145450. OLE color: 145450.
HSL color Cylindrical-coordinate representation of color #2A3802: hue angle of 75.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3802 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 2 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.78 |
| HSL | 75.56º | 0.93% | 0.11% | - |
| HSV(B) | 75.56º | 0.96% | 0.22% | - |
| XYZ | 2.38 | 3.32 | 0.57 | - |
| YUV | 45.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 2 | 0.25 | 0 | 0.96 | 0.78 | 75.56 | 0.93 | 0.11 |
| Hex | 2A | 38 | 2 | 19 | 0 | 60 | 4E | 4C | 5D | B |
| Octal | 52 | 70 | 2 | 31 | 0 | 140 | 116 | 114 | 135 | 13 |
| Binary | 101010 | 111000 | 10 | 11001 | 0 | 1100000 | 1001110 | 1001100 | 1011101 | 1011 |
Color Harmonies of #2A3802
Complementary color
Monochromatic Colors of #2A3802
Black with #2A3802
Text Example
Text Example
White with #2A3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3802; }
p { color: rgb(42,56,2); }
H1.HeaderClassName
{
color: #2A3802;
}
.AnyTagClassName
{
color: #2A3802;
}
</style>
background-color css
<style>
a { background-color: #2A3802; }
a { background-color: rgb(42,56,2); }
div.DivClassName
{
background-color: #2A3802;
}
.BgClassName
{
background-color: #2A3802;
}
</style>
border-color css
<style>
span { border-color: #2A3802; }
span { border-color: rgb(42,56,2); }
td.TdClassName
{
border-color: #2A3802;
}
.TagClassName
{
border-color: #2A3802;
}
</style>