Shades of Turtle Green #305308
Tints of Turtle Green #305308
RGB
CMYK
RGB Variations
Color information
#305308 (or 0x305308) is known color: Turtle Green. HEX triplet: 30, 53 and 08. RGB value is (48,83,8). Sum of RGB (Red+Green+Blue) = 48+83+8=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #305308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305308 is #CFACF7. Grayscale: #404040. Windows color (decimal): -13610232 or 545584. OLE color: 545584.
HSL color Cylindrical-coordinate representation of color #305308: hue angle of 88º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305308 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 8 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.67 |
| HSL | 88º | 0.82% | 0.18% | - |
| HSV(B) | 88º | 0.9% | 0.33% | - |
| XYZ | 4.36 | 6.83 | 1.32 | - |
| YUV | 63.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 8 | 0.42 | 0 | 0.90 | 0.67 | 88 | 0.82 | 0.18 |
| Hex | 30 | 53 | 8 | 2A | 0 | 5A | 43 | 58 | 52 | 12 |
| Octal | 60 | 123 | 10 | 52 | 0 | 132 | 103 | 130 | 122 | 22 |
| Binary | 110000 | 1010011 | 1000 | 101010 | 0 | 1011010 | 1000011 | 1011000 | 1010010 | 10010 |
Color Harmonies of #305308
Complementary color
Monochromatic Colors of #305308
Black with #305308
Text Example
Text Example
White with #305308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305308; }
p { color: rgb(48,83,8); }
H1.HeaderClassName
{
color: #305308;
}
.AnyTagClassName
{
color: #305308;
}
</style>
background-color css
<style>
a { background-color: #305308; }
a { background-color: rgb(48,83,8); }
div.DivClassName
{
background-color: #305308;
}
.BgClassName
{
background-color: #305308;
}
</style>
border-color css
<style>
span { border-color: #305308; }
span { border-color: rgb(48,83,8); }
td.TdClassName
{
border-color: #305308;
}
.TagClassName
{
border-color: #305308;
}
</style>