Shades of Turtle Green #304A02
Tints of Turtle Green #304A02
RGB
CMYK
RGB Variations
Color information
#304A02 (or 0x304A02) is known color: Turtle Green. HEX triplet: 30, 4A and 02. RGB value is (48,74,2). Sum of RGB (Red+Green+Blue) = 48+74+2=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #304A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304A02 is #CFB5FD. Grayscale: #3A3A3A. Windows color (decimal): -13612542 or 150064. OLE color: 150064.
HSL color Cylindrical-coordinate representation of color #304A02: hue angle of 81.67º 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 #304A02 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 74 | 2 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.71 |
| HSL | 81.67º | 0.95% | 0.15% | - |
| HSV(B) | 81.67º | 0.97% | 0.29% | - |
| XYZ | 3.68 | 5.53 | 0.93 | - |
| YUV | 58.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 2 | 0.35 | 0 | 0.97 | 0.71 | 81.67 | 0.95 | 0.15 |
| Hex | 30 | 4A | 2 | 23 | 0 | 61 | 47 | 52 | 5F | F |
| Octal | 60 | 112 | 2 | 43 | 0 | 141 | 107 | 122 | 137 | 17 |
| Binary | 110000 | 1001010 | 10 | 100011 | 0 | 1100001 | 1000111 | 1010010 | 1011111 | 1111 |
Color Harmonies of #304A02
Complementary color
Monochromatic Colors of #304A02
Black with #304A02
Text Example
Text Example
White with #304A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A02; }
p { color: rgb(48,74,2); }
H1.HeaderClassName
{
color: #304A02;
}
.AnyTagClassName
{
color: #304A02;
}
</style>
background-color css
<style>
a { background-color: #304A02; }
a { background-color: rgb(48,74,2); }
div.DivClassName
{
background-color: #304A02;
}
.BgClassName
{
background-color: #304A02;
}
</style>
border-color css
<style>
span { border-color: #304A02; }
span { border-color: rgb(48,74,2); }
td.TdClassName
{
border-color: #304A02;
}
.TagClassName
{
border-color: #304A02;
}
</style>