Shades of Turtle Green #2A3602
Tints of Turtle Green #2A3602
RGB
CMYK
RGB Variations
Color information
#2A3602 (or 0x2A3602) is known color: Turtle Green. HEX triplet: 2A, 36 and 02. RGB value is (42,54,2). Sum of RGB (Red+Green+Blue) = 42+54+2=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3602 is #D5C9FD. Grayscale: #2C2C2C. Windows color (decimal): -14010878 or 144938. OLE color: 144938.
HSL color Cylindrical-coordinate representation of color #2A3602: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3602 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 2 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.79 |
| HSL | 73.85º | 0.93% | 0.11% | - |
| HSV(B) | 73.85º | 0.96% | 0.21% | - |
| XYZ | 2.28 | 3.13 | 0.54 | - |
| YUV | 44.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 2 | 0.22 | 0 | 0.96 | 0.79 | 73.85 | 0.93 | 0.11 |
| Hex | 2A | 36 | 2 | 16 | 0 | 60 | 4F | 4A | 5D | B |
| Octal | 52 | 66 | 2 | 26 | 0 | 140 | 117 | 112 | 135 | 13 |
| Binary | 101010 | 110110 | 10 | 10110 | 0 | 1100000 | 1001111 | 1001010 | 1011101 | 1011 |
Color Harmonies of #2A3602
Complementary color
Monochromatic Colors of #2A3602
Black with #2A3602
Text Example
Text Example
White with #2A3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3602; }
p { color: rgb(42,54,2); }
H1.HeaderClassName
{
color: #2A3602;
}
.AnyTagClassName
{
color: #2A3602;
}
</style>
background-color css
<style>
a { background-color: #2A3602; }
a { background-color: rgb(42,54,2); }
div.DivClassName
{
background-color: #2A3602;
}
.BgClassName
{
background-color: #2A3602;
}
</style>
border-color css
<style>
span { border-color: #2A3602; }
span { border-color: rgb(42,54,2); }
td.TdClassName
{
border-color: #2A3602;
}
.TagClassName
{
border-color: #2A3602;
}
</style>