Shades of Turtle Green #304C02
Tints of Turtle Green #304C02
RGB
CMYK
RGB Variations
Color information
#304C02 (or 0x304C02) is known color: Turtle Green. HEX triplet: 30, 4C and 02. RGB value is (48,76,2). Sum of RGB (Red+Green+Blue) = 48+76+2=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #304C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C02 is #CFB3FD. Grayscale: #3B3B3B. Windows color (decimal): -13612030 or 150576. OLE color: 150576.
HSL color Cylindrical-coordinate representation of color #304C02: hue angle of 82.7º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304C02 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 2 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.70 |
| HSL | 82.7º | 0.95% | 0.15% | - |
| HSV(B) | 82.7º | 0.97% | 0.3% | - |
| XYZ | 3.81 | 5.8 | 0.98 | - |
| YUV | 59.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 2 | 0.37 | 0 | 0.97 | 0.70 | 82.7 | 0.95 | 0.15 |
| Hex | 30 | 4C | 2 | 25 | 0 | 61 | 46 | 53 | 5F | F |
| Octal | 60 | 114 | 2 | 45 | 0 | 141 | 106 | 123 | 137 | 17 |
| Binary | 110000 | 1001100 | 10 | 100101 | 0 | 1100001 | 1000110 | 1010011 | 1011111 | 1111 |
Color Harmonies of #304C02
Complementary color
Monochromatic Colors of #304C02
Black with #304C02
Text Example
Text Example
White with #304C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C02; }
p { color: rgb(48,76,2); }
H1.HeaderClassName
{
color: #304C02;
}
.AnyTagClassName
{
color: #304C02;
}
</style>
background-color css
<style>
a { background-color: #304C02; }
a { background-color: rgb(48,76,2); }
div.DivClassName
{
background-color: #304C02;
}
.BgClassName
{
background-color: #304C02;
}
</style>
border-color css
<style>
span { border-color: #304C02; }
span { border-color: rgb(48,76,2); }
td.TdClassName
{
border-color: #304C02;
}
.TagClassName
{
border-color: #304C02;
}
</style>