Shades of Turtle Green #303D02
Tints of Turtle Green #303D02
RGB
CMYK
RGB Variations
Color information
#303D02 (or 0x303D02) is known color: Turtle Green. HEX triplet: 30, 3D and 02. RGB value is (48,61,2). Sum of RGB (Red+Green+Blue) = 48+61+2=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #303D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D02 is #CFC2FD. Grayscale: #323232. Windows color (decimal): -13615870 or 146736. OLE color: 146736.
HSL color Cylindrical-coordinate representation of color #303D02: hue angle of 73.22º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #303D02 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 2 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.76 |
| HSL | 73.22º | 0.94% | 0.12% | - |
| HSV(B) | 73.22º | 0.97% | 0.24% | - |
| XYZ | 2.9 | 3.97 | 0.67 | - |
| YUV | 50.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 2 | 0.21 | 0 | 0.97 | 0.76 | 73.22 | 0.94 | 0.12 |
| Hex | 30 | 3D | 2 | 15 | 0 | 61 | 4C | 49 | 5E | C |
| Octal | 60 | 75 | 2 | 25 | 0 | 141 | 114 | 111 | 136 | 14 |
| Binary | 110000 | 111101 | 10 | 10101 | 0 | 1100001 | 1001100 | 1001001 | 1011110 | 1100 |
Color Harmonies of #303D02
Complementary color
Monochromatic Colors of #303D02
Black with #303D02
Text Example
Text Example
White with #303D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D02; }
p { color: rgb(48,61,2); }
H1.HeaderClassName
{
color: #303D02;
}
.AnyTagClassName
{
color: #303D02;
}
</style>
background-color css
<style>
a { background-color: #303D02; }
a { background-color: rgb(48,61,2); }
div.DivClassName
{
background-color: #303D02;
}
.BgClassName
{
background-color: #303D02;
}
</style>
border-color css
<style>
span { border-color: #303D02; }
span { border-color: rgb(48,61,2); }
td.TdClassName
{
border-color: #303D02;
}
.TagClassName
{
border-color: #303D02;
}
</style>