Shades of Turtle Green #2A3D02
Tints of Turtle Green #2A3D02
RGB
CMYK
RGB Variations
Color information
#2A3D02 (or 0x2A3D02) is known color: Turtle Green. HEX triplet: 2A, 3D and 02. RGB value is (42,61,2). Sum of RGB (Red+Green+Blue) = 42+61+2=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3D02 is #D5C2FD. Grayscale: #303030. Windows color (decimal): -14009086 or 146730. OLE color: 146730.
HSL color Cylindrical-coordinate representation of color #2A3D02: hue angle of 79.32º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A3D02 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 61 | 2 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.76 |
| HSL | 79.32º | 0.94% | 0.12% | - |
| HSV(B) | 79.32º | 0.97% | 0.24% | - |
| XYZ | 2.63 | 3.83 | 0.66 | - |
| YUV | 48.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 2 | 0.31 | 0 | 0.97 | 0.76 | 79.32 | 0.94 | 0.12 |
| Hex | 2A | 3D | 2 | 1F | 0 | 61 | 4C | 4F | 5E | C |
| Octal | 52 | 75 | 2 | 37 | 0 | 141 | 114 | 117 | 136 | 14 |
| Binary | 101010 | 111101 | 10 | 11111 | 0 | 1100001 | 1001100 | 1001111 | 1011110 | 1100 |
Color Harmonies of #2A3D02
Complementary color
Monochromatic Colors of #2A3D02
Black with #2A3D02
Text Example
Text Example
White with #2A3D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D02; }
p { color: rgb(42,61,2); }
H1.HeaderClassName
{
color: #2A3D02;
}
.AnyTagClassName
{
color: #2A3D02;
}
</style>
background-color css
<style>
a { background-color: #2A3D02; }
a { background-color: rgb(42,61,2); }
div.DivClassName
{
background-color: #2A3D02;
}
.BgClassName
{
background-color: #2A3D02;
}
</style>
border-color css
<style>
span { border-color: #2A3D02; }
span { border-color: rgb(42,61,2); }
td.TdClassName
{
border-color: #2A3D02;
}
.TagClassName
{
border-color: #2A3D02;
}
</style>