Shades of Turtle Green #305002
Tints of Turtle Green #305002
RGB
CMYK
RGB Variations
Color information
#305002 (or 0x305002) is known color: Turtle Green. HEX triplet: 30, 50 and 02. RGB value is (48,80,2). Sum of RGB (Red+Green+Blue) = 48+80+2=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #305002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305002 is #CFAFFD. Grayscale: #3D3D3D. Windows color (decimal): -13611006 or 151600. OLE color: 151600.
HSL color Cylindrical-coordinate representation of color #305002: hue angle of 84.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305002 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.69 |
| HSL | 84.62º | 0.95% | 0.16% | - |
| HSV(B) | 84.62º | 0.98% | 0.31% | - |
| XYZ | 4.1 | 6.37 | 1.07 | - |
| YUV | 61.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 2 | 0.40 | 0 | 0.98 | 0.69 | 84.62 | 0.95 | 0.16 |
| Hex | 30 | 50 | 2 | 28 | 0 | 62 | 45 | 55 | 5F | 10 |
| Octal | 60 | 120 | 2 | 50 | 0 | 142 | 105 | 125 | 137 | 20 |
| Binary | 110000 | 1010000 | 10 | 101000 | 0 | 1100010 | 1000101 | 1010101 | 1011111 | 10000 |
Color Harmonies of #305002
Complementary color
Monochromatic Colors of #305002
Black with #305002
Text Example
Text Example
White with #305002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305002; }
p { color: rgb(48,80,2); }
H1.HeaderClassName
{
color: #305002;
}
.AnyTagClassName
{
color: #305002;
}
</style>
background-color css
<style>
a { background-color: #305002; }
a { background-color: rgb(48,80,2); }
div.DivClassName
{
background-color: #305002;
}
.BgClassName
{
background-color: #305002;
}
</style>
border-color css
<style>
span { border-color: #305002; }
span { border-color: rgb(48,80,2); }
td.TdClassName
{
border-color: #305002;
}
.TagClassName
{
border-color: #305002;
}
</style>