Shades of Japanese Laurel #268D3B
Tints of Japanese Laurel #268D3B
RGB
CMYK
RGB Variations
Color information
#268D3B (or 0x268D3B) is known color: Japanese Laurel. HEX triplet: 26, 8D and 3B. RGB value is (38,141,59). Sum of RGB (Red+Green+Blue) = 38+141+59=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #268D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268D3B is #D972C4. Grayscale: #656565. Windows color (decimal): -14250693 or 3902758. OLE color: 3902758.
HSL color Cylindrical-coordinate representation of color #268D3B: hue angle of 132.23º degrees, saturation: 0.58, 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 #268D3B is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 141 | 59 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.45 |
| HSL | 132.23º | 0.58% | 0.35% | - |
| HSV(B) | 132.23º | 0.73% | 0.55% | - |
| XYZ | 11.11 | 19.78 | 7.37 | - |
| YUV | 100.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 59 | 0.73 | 0 | 0.58 | 0.45 | 132.23 | 0.58 | 0.35 |
| Hex | 26 | 8D | 3B | 49 | 0 | 3A | 2D | 84 | 3A | 23 |
| Octal | 46 | 215 | 73 | 111 | 0 | 72 | 55 | 204 | 72 | 43 |
| Binary | 100110 | 10001101 | 111011 | 1001001 | 0 | 111010 | 101101 | 10000100 | 111010 | 100011 |
Color Harmonies of #268D3B
Complementary color
Monochromatic Colors of #268D3B
Black with #268D3B
Text Example
Text Example
White with #268D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D3B; }
p { color: rgb(38,141,59); }
H1.HeaderClassName
{
color: #268D3B;
}
.AnyTagClassName
{
color: #268D3B;
}
</style>
background-color css
<style>
a { background-color: #268D3B; }
a { background-color: rgb(38,141,59); }
div.DivClassName
{
background-color: #268D3B;
}
.BgClassName
{
background-color: #268D3B;
}
</style>
border-color css
<style>
span { border-color: #268D3B; }
span { border-color: rgb(38,141,59); }
td.TdClassName
{
border-color: #268D3B;
}
.TagClassName
{
border-color: #268D3B;
}
</style>