Shades of Turtle Green #304902
Tints of Turtle Green #304902
RGB
CMYK
RGB Variations
Color information
#304902 (or 0x304902) is known color: Turtle Green. HEX triplet: 30, 49 and 02. RGB value is (48,73,2). Sum of RGB (Red+Green+Blue) = 48+73+2=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #304902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304902 is #CFB6FD. Grayscale: #393939. Windows color (decimal): -13612798 or 149808. OLE color: 149808.
HSL color Cylindrical-coordinate representation of color #304902: hue angle of 81.13º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304902 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 2 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.71 |
| HSL | 81.13º | 0.95% | 0.15% | - |
| HSV(B) | 81.13º | 0.97% | 0.29% | - |
| XYZ | 3.61 | 5.4 | 0.91 | - |
| YUV | 57.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 2 | 0.34 | 0 | 0.97 | 0.71 | 81.13 | 0.95 | 0.15 |
| Hex | 30 | 49 | 2 | 22 | 0 | 61 | 47 | 51 | 5F | F |
| Octal | 60 | 111 | 2 | 42 | 0 | 141 | 107 | 121 | 137 | 17 |
| Binary | 110000 | 1001001 | 10 | 100010 | 0 | 1100001 | 1000111 | 1010001 | 1011111 | 1111 |
Color Harmonies of #304902
Complementary color
Monochromatic Colors of #304902
Black with #304902
Text Example
Text Example
White with #304902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304902; }
p { color: rgb(48,73,2); }
H1.HeaderClassName
{
color: #304902;
}
.AnyTagClassName
{
color: #304902;
}
</style>
background-color css
<style>
a { background-color: #304902; }
a { background-color: rgb(48,73,2); }
div.DivClassName
{
background-color: #304902;
}
.BgClassName
{
background-color: #304902;
}
</style>
border-color css
<style>
span { border-color: #304902; }
span { border-color: rgb(48,73,2); }
td.TdClassName
{
border-color: #304902;
}
.TagClassName
{
border-color: #304902;
}
</style>