Shades of Turtle Green #304B04
Tints of Turtle Green #304B04
RGB
CMYK
RGB Variations
Color information
#304B04 (or 0x304B04) is known color: Turtle Green. HEX triplet: 30, 4B and 04. RGB value is (48,75,4). Sum of RGB (Red+Green+Blue) = 48+75+4=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #304B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B04 is #CFB4FB. Grayscale: #3B3B3B. Windows color (decimal): -13612284 or 281392. OLE color: 281392.
HSL color Cylindrical-coordinate representation of color #304B04: hue angle of 82.82º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #304B04 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 75 | 4 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.71 |
| HSL | 82.82º | 0.9% | 0.15% | - |
| HSV(B) | 82.82º | 0.95% | 0.29% | - |
| XYZ | 3.76 | 5.67 | 1.01 | - |
| YUV | 58.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 4 | 0.36 | 0 | 0.95 | 0.71 | 82.82 | 0.9 | 0.15 |
| Hex | 30 | 4B | 4 | 24 | 0 | 5F | 47 | 53 | 5A | F |
| Octal | 60 | 113 | 4 | 44 | 0 | 137 | 107 | 123 | 132 | 17 |
| Binary | 110000 | 1001011 | 100 | 100100 | 0 | 1011111 | 1000111 | 1010011 | 1011010 | 1111 |
Color Harmonies of #304B04
Complementary color
Monochromatic Colors of #304B04
Black with #304B04
Text Example
Text Example
White with #304B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B04; }
p { color: rgb(48,75,4); }
H1.HeaderClassName
{
color: #304B04;
}
.AnyTagClassName
{
color: #304B04;
}
</style>
background-color css
<style>
a { background-color: #304B04; }
a { background-color: rgb(48,75,4); }
div.DivClassName
{
background-color: #304B04;
}
.BgClassName
{
background-color: #304B04;
}
</style>
border-color css
<style>
span { border-color: #304B04; }
span { border-color: rgb(48,75,4); }
td.TdClassName
{
border-color: #304B04;
}
.TagClassName
{
border-color: #304B04;
}
</style>