Shades of Turtle Green #303A02
Tints of Turtle Green #303A02
RGB
CMYK
RGB Variations
Color information
#303A02 (or 0x303A02) is known color: Turtle Green. HEX triplet: 30, 3A and 02. RGB value is (48,58,2). Sum of RGB (Red+Green+Blue) = 48+58+2=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #303A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A02 is #CFC5FD. Grayscale: #303030. Windows color (decimal): -13616638 or 145968. OLE color: 145968.
HSL color Cylindrical-coordinate representation of color #303A02: hue angle of 70.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #303A02 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 2 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.77 |
| HSL | 70.71º | 0.93% | 0.12% | - |
| HSV(B) | 70.71º | 0.97% | 0.23% | - |
| XYZ | 2.74 | 3.66 | 0.62 | - |
| YUV | 48.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 2 | 0.17 | 0 | 0.97 | 0.77 | 70.71 | 0.93 | 0.12 |
| Hex | 30 | 3A | 2 | 11 | 0 | 61 | 4D | 47 | 5D | C |
| Octal | 60 | 72 | 2 | 21 | 0 | 141 | 115 | 107 | 135 | 14 |
| Binary | 110000 | 111010 | 10 | 10001 | 0 | 1100001 | 1001101 | 1000111 | 1011101 | 1100 |
Color Harmonies of #303A02
Complementary color
Monochromatic Colors of #303A02
Black with #303A02
Text Example
Text Example
White with #303A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A02; }
p { color: rgb(48,58,2); }
H1.HeaderClassName
{
color: #303A02;
}
.AnyTagClassName
{
color: #303A02;
}
</style>
background-color css
<style>
a { background-color: #303A02; }
a { background-color: rgb(48,58,2); }
div.DivClassName
{
background-color: #303A02;
}
.BgClassName
{
background-color: #303A02;
}
</style>
border-color css
<style>
span { border-color: #303A02; }
span { border-color: rgb(48,58,2); }
td.TdClassName
{
border-color: #303A02;
}
.TagClassName
{
border-color: #303A02;
}
</style>