Shades of Japanese Laurel #26823D
Tints of Japanese Laurel #26823D
RGB
CMYK
RGB Variations
Color information
#26823D (or 0x26823D) is known color: Japanese Laurel. HEX triplet: 26, 82 and 3D. RGB value is (38,130,61). Sum of RGB (Red+Green+Blue) = 38+130+61=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #26823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26823D is #D97DC2. Grayscale: #5E5E5E. Windows color (decimal): -14253507 or 4031014. OLE color: 4031014.
HSL color Cylindrical-coordinate representation of color #26823D: hue angle of 135º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26823D is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 61 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.49 |
| HSL | 135º | 0.55% | 0.33% | - |
| HSV(B) | 135º | 0.71% | 0.51% | - |
| XYZ | 9.62 | 16.71 | 7.13 | - |
| YUV | 94.63 | 109.02 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 61 | 0.71 | 0 | 0.53 | 0.49 | 135 | 0.55 | 0.33 |
| Hex | 26 | 82 | 3D | 47 | 0 | 35 | 31 | 87 | 37 | 21 |
| Octal | 46 | 202 | 75 | 107 | 0 | 65 | 61 | 207 | 67 | 41 |
| Binary | 100110 | 10000010 | 111101 | 1000111 | 0 | 110101 | 110001 | 10000111 | 110111 | 100001 |
Color Harmonies of #26823D
Complementary color
Monochromatic Colors of #26823D
Black with #26823D
Text Example
Text Example
White with #26823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26823D; }
p { color: rgb(38,130,61); }
H1.HeaderClassName
{
color: #26823D;
}
.AnyTagClassName
{
color: #26823D;
}
</style>
background-color css
<style>
a { background-color: #26823D; }
a { background-color: rgb(38,130,61); }
div.DivClassName
{
background-color: #26823D;
}
.BgClassName
{
background-color: #26823D;
}
</style>
border-color css
<style>
span { border-color: #26823D; }
span { border-color: rgb(38,130,61); }
td.TdClassName
{
border-color: #26823D;
}
.TagClassName
{
border-color: #26823D;
}
</style>