Shades of Turtle Green #304301
Tints of Turtle Green #304301
RGB
CMYK
RGB Variations
Color information
#304301 (or 0x304301) is known color: Turtle Green. HEX triplet: 30, 43 and 01. RGB value is (48,67,1). Sum of RGB (Red+Green+Blue) = 48+67+1=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #304301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304301 is #CFBCFE. Grayscale: #363636. Windows color (decimal): -13614335 or 82736. OLE color: 82736.
HSL color Cylindrical-coordinate representation of color #304301: hue angle of 77.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #304301 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.74 |
| HSL | 77.27º | 0.97% | 0.13% | - |
| HSV(B) | 77.27º | 0.99% | 0.26% | - |
| XYZ | 3.23 | 4.64 | 0.75 | - |
| YUV | 53.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 1 | 0.28 | 0 | 0.99 | 0.74 | 77.27 | 0.97 | 0.13 |
| Hex | 30 | 43 | 1 | 1C | 0 | 63 | 4A | 4D | 61 | D |
| Octal | 60 | 103 | 1 | 34 | 0 | 143 | 112 | 115 | 141 | 15 |
| Binary | 110000 | 1000011 | 1 | 11100 | 0 | 1100011 | 1001010 | 1001101 | 1100001 | 1101 |
Color Harmonies of #304301
Complementary color
Monochromatic Colors of #304301
Black with #304301
Text Example
Text Example
White with #304301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304301; }
p { color: rgb(48,67,1); }
H1.HeaderClassName
{
color: #304301;
}
.AnyTagClassName
{
color: #304301;
}
</style>
background-color css
<style>
a { background-color: #304301; }
a { background-color: rgb(48,67,1); }
div.DivClassName
{
background-color: #304301;
}
.BgClassName
{
background-color: #304301;
}
</style>
border-color css
<style>
span { border-color: #304301; }
span { border-color: rgb(48,67,1); }
td.TdClassName
{
border-color: #304301;
}
.TagClassName
{
border-color: #304301;
}
</style>