Shades of Turtle Green #304B0A
Tints of Turtle Green #304B0A
RGB
CMYK
RGB Variations
Color information
#304B0A (or 0x304B0A) is known color: Turtle Green. HEX triplet: 30, 4B and 0A. RGB value is (48,75,10). Sum of RGB (Red+Green+Blue) = 48+75+10=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #304B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B0A is #CFB4F5. Grayscale: #3B3B3B. Windows color (decimal): -13612278 or 674608. OLE color: 674608.
HSL color Cylindrical-coordinate representation of color #304B0A: hue angle of 84.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #304B0A is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 10 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.71 |
| HSL | 84.92º | 0.76% | 0.17% | - |
| HSV(B) | 84.92º | 0.87% | 0.29% | - |
| XYZ | 3.79 | 5.68 | 1.18 | - |
| YUV | 59.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 10 | 0.36 | 0 | 0.87 | 0.71 | 84.92 | 0.76 | 0.17 |
| Hex | 30 | 4B | A | 24 | 0 | 57 | 47 | 55 | 4C | 11 |
| Octal | 60 | 113 | 12 | 44 | 0 | 127 | 107 | 125 | 114 | 21 |
| Binary | 110000 | 1001011 | 1010 | 100100 | 0 | 1010111 | 1000111 | 1010101 | 1001100 | 10001 |
Color Harmonies of #304B0A
Complementary color
Monochromatic Colors of #304B0A
Black with #304B0A
Text Example
Text Example
White with #304B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B0A; }
p { color: rgb(48,75,10); }
H1.HeaderClassName
{
color: #304B0A;
}
.AnyTagClassName
{
color: #304B0A;
}
</style>
background-color css
<style>
a { background-color: #304B0A; }
a { background-color: rgb(48,75,10); }
div.DivClassName
{
background-color: #304B0A;
}
.BgClassName
{
background-color: #304B0A;
}
</style>
border-color css
<style>
span { border-color: #304B0A; }
span { border-color: rgb(48,75,10); }
td.TdClassName
{
border-color: #304B0A;
}
.TagClassName
{
border-color: #304B0A;
}
</style>