Shades of Japanese Laurel #268235
Tints of Japanese Laurel #268235
RGB
CMYK
RGB Variations
Color information
#268235 (or 0x268235) is known color: Japanese Laurel. HEX triplet: 26, 82 and 35. RGB value is (38,130,53). Sum of RGB (Red+Green+Blue) = 38+130+53=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #268235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268235 is #D97DCA. Grayscale: #5D5D5D. Windows color (decimal): -14253515 or 3506726. OLE color: 3506726.
HSL color Cylindrical-coordinate representation of color #268235: hue angle of 129.78º 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 #268235 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 53 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.49 |
| HSL | 129.78º | 0.55% | 0.33% | - |
| HSV(B) | 129.78º | 0.71% | 0.51% | - |
| XYZ | 9.42 | 16.63 | 6.08 | - |
| YUV | 93.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 53 | 0.71 | 0 | 0.59 | 0.49 | 129.78 | 0.55 | 0.33 |
| Hex | 26 | 82 | 35 | 47 | 0 | 3B | 31 | 82 | 37 | 21 |
| Octal | 46 | 202 | 65 | 107 | 0 | 73 | 61 | 202 | 67 | 41 |
| Binary | 100110 | 10000010 | 110101 | 1000111 | 0 | 111011 | 110001 | 10000010 | 110111 | 100001 |
Color Harmonies of #268235
Complementary color
Monochromatic Colors of #268235
Black with #268235
Text Example
Text Example
White with #268235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268235; }
p { color: rgb(38,130,53); }
H1.HeaderClassName
{
color: #268235;
}
.AnyTagClassName
{
color: #268235;
}
</style>
background-color css
<style>
a { background-color: #268235; }
a { background-color: rgb(38,130,53); }
div.DivClassName
{
background-color: #268235;
}
.BgClassName
{
background-color: #268235;
}
</style>
border-color css
<style>
span { border-color: #268235; }
span { border-color: rgb(38,130,53); }
td.TdClassName
{
border-color: #268235;
}
.TagClassName
{
border-color: #268235;
}
</style>