Shades of Japanese Laurel #28883D
Tints of Japanese Laurel #28883D
RGB
CMYK
RGB Variations
Color information
#28883D (or 0x28883D) is known color: Japanese Laurel. HEX triplet: 28, 88 and 3D. RGB value is (40,136,61). Sum of RGB (Red+Green+Blue) = 40+136+61=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #28883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28883D is #D777C2. Grayscale: #626262. Windows color (decimal): -14120899 or 4032552. OLE color: 4032552.
HSL color Cylindrical-coordinate representation of color #28883D: hue angle of 133.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28883D is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 61 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.47 |
| HSL | 133.13º | 0.55% | 0.35% | - |
| HSV(B) | 133.13º | 0.71% | 0.53% | - |
| XYZ | 10.52 | 18.4 | 7.41 | - |
| YUV | 98.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 61 | 0.71 | 0 | 0.55 | 0.47 | 133.13 | 0.55 | 0.35 |
| Hex | 28 | 88 | 3D | 47 | 0 | 37 | 2F | 85 | 37 | 23 |
| Octal | 50 | 210 | 75 | 107 | 0 | 67 | 57 | 205 | 67 | 43 |
| Binary | 101000 | 10001000 | 111101 | 1000111 | 0 | 110111 | 101111 | 10000101 | 110111 | 100011 |
Color Harmonies of #28883D
Complementary color
Monochromatic Colors of #28883D
Black with #28883D
Text Example
Text Example
White with #28883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28883D; }
p { color: rgb(40,136,61); }
H1.HeaderClassName
{
color: #28883D;
}
.AnyTagClassName
{
color: #28883D;
}
</style>
background-color css
<style>
a { background-color: #28883D; }
a { background-color: rgb(40,136,61); }
div.DivClassName
{
background-color: #28883D;
}
.BgClassName
{
background-color: #28883D;
}
</style>
border-color css
<style>
span { border-color: #28883D; }
span { border-color: rgb(40,136,61); }
td.TdClassName
{
border-color: #28883D;
}
.TagClassName
{
border-color: #28883D;
}
</style>