Shades of Turtle Green #30361A
Tints of Turtle Green #30361A
RGB
CMYK
RGB Variations
Color information
#30361A (or 0x30361A) is known color: Turtle Green. HEX triplet: 30, 36 and 1A. RGB value is (48,54,26). Sum of RGB (Red+Green+Blue) = 48+54+26=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #30361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30361A is #CFC9E5. Grayscale: #313131. Windows color (decimal): -13617638 or 1717808. OLE color: 1717808.
HSL color Cylindrical-coordinate representation of color #30361A: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30361A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 26 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.79 |
| HSL | 72.86º | 0.35% | 0.16% | - |
| HSV(B) | 72.86º | 0.52% | 0.21% | - |
| XYZ | 2.72 | 3.34 | 1.48 | - |
| YUV | 49.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 26 | 0.11 | 0 | 0.52 | 0.79 | 72.86 | 0.35 | 0.16 |
| Hex | 30 | 36 | 1A | B | 0 | 34 | 4F | 49 | 23 | 10 |
| Octal | 60 | 66 | 32 | 13 | 0 | 64 | 117 | 111 | 43 | 20 |
| Binary | 110000 | 110110 | 11010 | 1011 | 0 | 110100 | 1001111 | 1001001 | 100011 | 10000 |
Color Harmonies of #30361A
Complementary color
Monochromatic Colors of #30361A
Black with #30361A
Text Example
Text Example
White with #30361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30361A; }
p { color: rgb(48,54,26); }
H1.HeaderClassName
{
color: #30361A;
}
.AnyTagClassName
{
color: #30361A;
}
</style>
background-color css
<style>
a { background-color: #30361A; }
a { background-color: rgb(48,54,26); }
div.DivClassName
{
background-color: #30361A;
}
.BgClassName
{
background-color: #30361A;
}
</style>
border-color css
<style>
span { border-color: #30361A; }
span { border-color: rgb(48,54,26); }
td.TdClassName
{
border-color: #30361A;
}
.TagClassName
{
border-color: #30361A;
}
</style>