Shades of Japanese Laurel #26873D
Tints of Japanese Laurel #26873D
RGB
CMYK
RGB Variations
Color information
#26873D (or 0x26873D) is known color: Japanese Laurel. HEX triplet: 26, 87 and 3D. RGB value is (38,135,61). Sum of RGB (Red+Green+Blue) = 38+135+61=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #26873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26873D is #D978C2. Grayscale: #616161. Windows color (decimal): -14252227 or 4032294. OLE color: 4032294.
HSL color Cylindrical-coordinate representation of color #26873D: hue angle of 134.23º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26873D is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 135 | 61 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.47 |
| HSL | 134.23º | 0.56% | 0.34% | - |
| HSV(B) | 134.23º | 0.72% | 0.53% | - |
| XYZ | 10.31 | 18.08 | 7.36 | - |
| YUV | 97.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 61 | 0.72 | 0 | 0.55 | 0.47 | 134.23 | 0.56 | 0.34 |
| Hex | 26 | 87 | 3D | 48 | 0 | 37 | 2F | 86 | 38 | 22 |
| Octal | 46 | 207 | 75 | 110 | 0 | 67 | 57 | 206 | 70 | 42 |
| Binary | 100110 | 10000111 | 111101 | 1001000 | 0 | 110111 | 101111 | 10000110 | 111000 | 100010 |
Color Harmonies of #26873D
Complementary color
Monochromatic Colors of #26873D
Black with #26873D
Text Example
Text Example
White with #26873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26873D; }
p { color: rgb(38,135,61); }
H1.HeaderClassName
{
color: #26873D;
}
.AnyTagClassName
{
color: #26873D;
}
</style>
background-color css
<style>
a { background-color: #26873D; }
a { background-color: rgb(38,135,61); }
div.DivClassName
{
background-color: #26873D;
}
.BgClassName
{
background-color: #26873D;
}
</style>
border-color css
<style>
span { border-color: #26873D; }
span { border-color: rgb(38,135,61); }
td.TdClassName
{
border-color: #26873D;
}
.TagClassName
{
border-color: #26873D;
}
</style>