Shades of Turtle Green #303B02
Tints of Turtle Green #303B02
RGB
CMYK
RGB Variations
Color information
#303B02 (or 0x303B02) is known color: Turtle Green. HEX triplet: 30, 3B and 02. RGB value is (48,59,2). Sum of RGB (Red+Green+Blue) = 48+59+2=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #303B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B02 is #CFC4FD. Grayscale: #313131. Windows color (decimal): -13616382 or 146224. OLE color: 146224.
HSL color Cylindrical-coordinate representation of color #303B02: hue angle of 71.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #303B02 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 2 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.77 |
| HSL | 71.58º | 0.93% | 0.12% | - |
| HSV(B) | 71.58º | 0.97% | 0.23% | - |
| XYZ | 2.79 | 3.76 | 0.64 | - |
| YUV | 49.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 2 | 0.19 | 0 | 0.97 | 0.77 | 71.58 | 0.93 | 0.12 |
| Hex | 30 | 3B | 2 | 13 | 0 | 61 | 4D | 48 | 5D | C |
| Octal | 60 | 73 | 2 | 23 | 0 | 141 | 115 | 110 | 135 | 14 |
| Binary | 110000 | 111011 | 10 | 10011 | 0 | 1100001 | 1001101 | 1001000 | 1011101 | 1100 |
Color Harmonies of #303B02
Complementary color
Monochromatic Colors of #303B02
Black with #303B02
Text Example
Text Example
White with #303B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B02; }
p { color: rgb(48,59,2); }
H1.HeaderClassName
{
color: #303B02;
}
.AnyTagClassName
{
color: #303B02;
}
</style>
background-color css
<style>
a { background-color: #303B02; }
a { background-color: rgb(48,59,2); }
div.DivClassName
{
background-color: #303B02;
}
.BgClassName
{
background-color: #303B02;
}
</style>
border-color css
<style>
span { border-color: #303B02; }
span { border-color: rgb(48,59,2); }
td.TdClassName
{
border-color: #303B02;
}
.TagClassName
{
border-color: #303B02;
}
</style>