Shades of Turtle Green #2A4B05
Tints of Turtle Green #2A4B05
RGB
CMYK
RGB Variations
Color information
#2A4B05 (or 0x2A4B05) is known color: Turtle Green. HEX triplet: 2A, 4B and 05. RGB value is (42,75,5). Sum of RGB (Red+Green+Blue) = 42+75+5=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B05 is #D5B4FA. Grayscale: #393939. Windows color (decimal): -14005499 or 346922. OLE color: 346922.
HSL color Cylindrical-coordinate representation of color #2A4B05: hue angle of 88.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A4B05 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 75 | 5 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.71 |
| HSL | 88.29º | 0.88% | 0.16% | - |
| HSV(B) | 88.29º | 0.93% | 0.29% | - |
| XYZ | 3.5 | 5.54 | 1.03 | - |
| YUV | 57.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 5 | 0.44 | 0 | 0.93 | 0.71 | 88.29 | 0.88 | 0.16 |
| Hex | 2A | 4B | 5 | 2C | 0 | 5D | 47 | 58 | 58 | 10 |
| Octal | 52 | 113 | 5 | 54 | 0 | 135 | 107 | 130 | 130 | 20 |
| Binary | 101010 | 1001011 | 101 | 101100 | 0 | 1011101 | 1000111 | 1011000 | 1011000 | 10000 |
Color Harmonies of #2A4B05
Complementary color
Monochromatic Colors of #2A4B05
Black with #2A4B05
Text Example
Text Example
White with #2A4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B05; }
p { color: rgb(42,75,5); }
H1.HeaderClassName
{
color: #2A4B05;
}
.AnyTagClassName
{
color: #2A4B05;
}
</style>
background-color css
<style>
a { background-color: #2A4B05; }
a { background-color: rgb(42,75,5); }
div.DivClassName
{
background-color: #2A4B05;
}
.BgClassName
{
background-color: #2A4B05;
}
</style>
border-color css
<style>
span { border-color: #2A4B05; }
span { border-color: rgb(42,75,5); }
td.TdClassName
{
border-color: #2A4B05;
}
.TagClassName
{
border-color: #2A4B05;
}
</style>