Shades of Turtle Green #305304
Tints of Turtle Green #305304
RGB
CMYK
RGB Variations
Color information
#305304 (or 0x305304) is known color: Turtle Green. HEX triplet: 30, 53 and 04. RGB value is (48,83,4). Sum of RGB (Red+Green+Blue) = 48+83+4=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #305304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305304 is #CFACFB. Grayscale: #3F3F3F. Windows color (decimal): -13610236 or 283440. OLE color: 283440.
HSL color Cylindrical-coordinate representation of color #305304: hue angle of 86.58º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #305304 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 4 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.67 |
| HSL | 86.58º | 0.91% | 0.17% | - |
| HSV(B) | 86.58º | 0.95% | 0.33% | - |
| XYZ | 4.33 | 6.82 | 1.2 | - |
| YUV | 63.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 4 | 0.42 | 0 | 0.95 | 0.67 | 86.58 | 0.91 | 0.17 |
| Hex | 30 | 53 | 4 | 2A | 0 | 5F | 43 | 57 | 5B | 11 |
| Octal | 60 | 123 | 4 | 52 | 0 | 137 | 103 | 127 | 133 | 21 |
| Binary | 110000 | 1010011 | 100 | 101010 | 0 | 1011111 | 1000011 | 1010111 | 1011011 | 10001 |
Color Harmonies of #305304
Complementary color
Monochromatic Colors of #305304
Black with #305304
Text Example
Text Example
White with #305304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305304; }
p { color: rgb(48,83,4); }
H1.HeaderClassName
{
color: #305304;
}
.AnyTagClassName
{
color: #305304;
}
</style>
background-color css
<style>
a { background-color: #305304; }
a { background-color: rgb(48,83,4); }
div.DivClassName
{
background-color: #305304;
}
.BgClassName
{
background-color: #305304;
}
</style>
border-color css
<style>
span { border-color: #305304; }
span { border-color: rgb(48,83,4); }
td.TdClassName
{
border-color: #305304;
}
.TagClassName
{
border-color: #305304;
}
</style>