Shades of Green Kelp #383D29
Tints of Green Kelp #383D29
RGB
CMYK
RGB Variations
Color information
#383D29 (or 0x383D29) is known color: Green Kelp. HEX triplet: 38, 3D and 29. RGB value is (56,61,41). Sum of RGB (Red+Green+Blue) = 56+61+41=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #383D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D29 is #C7C2D6. Grayscale: #393939. Windows color (decimal): -13091543 or 2702648. OLE color: 2702648.
HSL color Cylindrical-coordinate representation of color #383D29: hue angle of 75º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #383D29 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 41 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.76 |
| HSL | 75º | 0.2% | 0.2% | - |
| HSV(B) | 75º | 0.33% | 0.24% | - |
| XYZ | 3.7 | 4.34 | 2.74 | - |
| YUV | 57.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 41 | 0.08 | 0 | 0.33 | 0.76 | 75 | 0.2 | 0.2 |
| Hex | 38 | 3D | 29 | 8 | 0 | 21 | 4C | 4B | 14 | 14 |
| Octal | 70 | 75 | 51 | 10 | 0 | 41 | 114 | 113 | 24 | 24 |
| Binary | 111000 | 111101 | 101001 | 1000 | 0 | 100001 | 1001100 | 1001011 | 10100 | 10100 |
Color Harmonies of #383D29
Complementary color
Monochromatic Colors of #383D29
Black with #383D29
Text Example
Text Example
White with #383D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D29; }
p { color: rgb(56,61,41); }
H1.HeaderClassName
{
color: #383D29;
}
.AnyTagClassName
{
color: #383D29;
}
</style>
background-color css
<style>
a { background-color: #383D29; }
a { background-color: rgb(56,61,41); }
div.DivClassName
{
background-color: #383D29;
}
.BgClassName
{
background-color: #383D29;
}
</style>
border-color css
<style>
span { border-color: #383D29; }
span { border-color: rgb(56,61,41); }
td.TdClassName
{
border-color: #383D29;
}
.TagClassName
{
border-color: #383D29;
}
</style>