Shades of Turtle Green #304703
Tints of Turtle Green #304703
RGB
CMYK
RGB Variations
Color information
#304703 (or 0x304703) is known color: Turtle Green. HEX triplet: 30, 47 and 03. RGB value is (48,71,3). Sum of RGB (Red+Green+Blue) = 48+71+3=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #304703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304703 is #CFB8FC. Grayscale: #383838. Windows color (decimal): -13613309 or 214832. OLE color: 214832.
HSL color Cylindrical-coordinate representation of color #304703: hue angle of 80.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #304703 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 3 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.72 |
| HSL | 80.29º | 0.92% | 0.15% | - |
| HSV(B) | 80.29º | 0.96% | 0.28% | - |
| XYZ | 3.49 | 5.14 | 0.89 | - |
| YUV | 56.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 3 | 0.32 | 0 | 0.96 | 0.72 | 80.29 | 0.92 | 0.15 |
| Hex | 30 | 47 | 3 | 20 | 0 | 60 | 48 | 50 | 5C | F |
| Octal | 60 | 107 | 3 | 40 | 0 | 140 | 110 | 120 | 134 | 17 |
| Binary | 110000 | 1000111 | 11 | 100000 | 0 | 1100000 | 1001000 | 1010000 | 1011100 | 1111 |
Color Harmonies of #304703
Complementary color
Monochromatic Colors of #304703
Black with #304703
Text Example
Text Example
White with #304703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304703; }
p { color: rgb(48,71,3); }
H1.HeaderClassName
{
color: #304703;
}
.AnyTagClassName
{
color: #304703;
}
</style>
background-color css
<style>
a { background-color: #304703; }
a { background-color: rgb(48,71,3); }
div.DivClassName
{
background-color: #304703;
}
.BgClassName
{
background-color: #304703;
}
</style>
border-color css
<style>
span { border-color: #304703; }
span { border-color: rgb(48,71,3); }
td.TdClassName
{
border-color: #304703;
}
.TagClassName
{
border-color: #304703;
}
</style>