Shades of Green Kelp #3A3F29
Tints of Green Kelp #3A3F29
RGB
CMYK
RGB Variations
Color information
#3A3F29 (or 0x3A3F29) is known color: Green Kelp. HEX triplet: 3A, 3F and 29. RGB value is (58,63,41). Sum of RGB (Red+Green+Blue) = 58+63+41=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F29 is #C5C0D6. Grayscale: #3B3B3B. Windows color (decimal): -12959959 or 2703162. OLE color: 2703162.
HSL color Cylindrical-coordinate representation of color #3A3F29: hue angle of 73.64º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A3F29 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 63 | 41 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.75 |
| HSL | 73.64º | 0.21% | 0.2% | - |
| HSV(B) | 73.64º | 0.35% | 0.25% | - |
| XYZ | 3.92 | 4.61 | 2.78 | - |
| YUV | 59 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 41 | 0.08 | 0 | 0.35 | 0.75 | 73.64 | 0.21 | 0.2 |
| Hex | 3A | 3F | 29 | 8 | 0 | 23 | 4B | 4A | 15 | 14 |
| Octal | 72 | 77 | 51 | 10 | 0 | 43 | 113 | 112 | 25 | 24 |
| Binary | 111010 | 111111 | 101001 | 1000 | 0 | 100011 | 1001011 | 1001010 | 10101 | 10100 |
Color Harmonies of #3A3F29
Complementary color
Monochromatic Colors of #3A3F29
Black with #3A3F29
Text Example
Text Example
White with #3A3F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F29; }
p { color: rgb(58,63,41); }
H1.HeaderClassName
{
color: #3A3F29;
}
.AnyTagClassName
{
color: #3A3F29;
}
</style>
background-color css
<style>
a { background-color: #3A3F29; }
a { background-color: rgb(58,63,41); }
div.DivClassName
{
background-color: #3A3F29;
}
.BgClassName
{
background-color: #3A3F29;
}
</style>
border-color css
<style>
span { border-color: #3A3F29; }
span { border-color: rgb(58,63,41); }
td.TdClassName
{
border-color: #3A3F29;
}
.TagClassName
{
border-color: #3A3F29;
}
</style>