Shades of Turtle Green #304A0A
Tints of Turtle Green #304A0A
RGB
CMYK
RGB Variations
Color information
#304A0A (or 0x304A0A) is known color: Turtle Green. HEX triplet: 30, 4A and 0A. RGB value is (48,74,10). Sum of RGB (Red+Green+Blue) = 48+74+10=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #304A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304A0A is #CFB5F5. Grayscale: #3B3B3B. Windows color (decimal): -13612534 or 674352. OLE color: 674352.
HSL color Cylindrical-coordinate representation of color #304A0A: hue angle of 84.38º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #304A0A is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 74 | 10 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.71 |
| HSL | 84.38º | 0.76% | 0.16% | - |
| HSV(B) | 84.38º | 0.86% | 0.29% | - |
| XYZ | 3.72 | 5.55 | 1.16 | - |
| YUV | 58.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 10 | 0.35 | 0 | 0.86 | 0.71 | 84.38 | 0.76 | 0.16 |
| Hex | 30 | 4A | A | 23 | 0 | 56 | 47 | 54 | 4C | 10 |
| Octal | 60 | 112 | 12 | 43 | 0 | 126 | 107 | 124 | 114 | 20 |
| Binary | 110000 | 1001010 | 1010 | 100011 | 0 | 1010110 | 1000111 | 1010100 | 1001100 | 10000 |
Color Harmonies of #304A0A
Complementary color
Monochromatic Colors of #304A0A
Black with #304A0A
Text Example
Text Example
White with #304A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A0A; }
p { color: rgb(48,74,10); }
H1.HeaderClassName
{
color: #304A0A;
}
.AnyTagClassName
{
color: #304A0A;
}
</style>
background-color css
<style>
a { background-color: #304A0A; }
a { background-color: rgb(48,74,10); }
div.DivClassName
{
background-color: #304A0A;
}
.BgClassName
{
background-color: #304A0A;
}
</style>
border-color css
<style>
span { border-color: #304A0A; }
span { border-color: rgb(48,74,10); }
td.TdClassName
{
border-color: #304A0A;
}
.TagClassName
{
border-color: #304A0A;
}
</style>