Shades of Japanese Laurel #268C3A
Tints of Japanese Laurel #268C3A
RGB
CMYK
RGB Variations
Color information
#268C3A (or 0x268C3A) is known color: Japanese Laurel. HEX triplet: 26, 8C and 3A. RGB value is (38,140,58). Sum of RGB (Red+Green+Blue) = 38+140+58=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #268C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268C3A is #D973C5. Grayscale: #646464. Windows color (decimal): -14250950 or 3836966. OLE color: 3836966.
HSL color Cylindrical-coordinate representation of color #268C3A: hue angle of 131.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C3A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 58 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.45 |
| HSL | 131.76º | 0.57% | 0.35% | - |
| HSV(B) | 131.76º | 0.73% | 0.55% | - |
| XYZ | 10.94 | 19.47 | 7.19 | - |
| YUV | 100.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 58 | 0.73 | 0 | 0.59 | 0.45 | 131.76 | 0.57 | 0.35 |
| Hex | 26 | 8C | 3A | 49 | 0 | 3B | 2D | 84 | 39 | 23 |
| Octal | 46 | 214 | 72 | 111 | 0 | 73 | 55 | 204 | 71 | 43 |
| Binary | 100110 | 10001100 | 111010 | 1001001 | 0 | 111011 | 101101 | 10000100 | 111001 | 100011 |
Color Harmonies of #268C3A
Complementary color
Monochromatic Colors of #268C3A
Black with #268C3A
Text Example
Text Example
White with #268C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C3A; }
p { color: rgb(38,140,58); }
H1.HeaderClassName
{
color: #268C3A;
}
.AnyTagClassName
{
color: #268C3A;
}
</style>
background-color css
<style>
a { background-color: #268C3A; }
a { background-color: rgb(38,140,58); }
div.DivClassName
{
background-color: #268C3A;
}
.BgClassName
{
background-color: #268C3A;
}
</style>
border-color css
<style>
span { border-color: #268C3A; }
span { border-color: rgb(38,140,58); }
td.TdClassName
{
border-color: #268C3A;
}
.TagClassName
{
border-color: #268C3A;
}
</style>