Shades of Japanese Laurel #23792E
Tints of Japanese Laurel #23792E
RGB
CMYK
RGB Variations
Color information
#23792E (or 0x23792E) is known color: Japanese Laurel. HEX triplet: 23, 79 and 2E. RGB value is (35,121,46). Sum of RGB (Red+Green+Blue) = 35+121+46=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #23792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23792E is #DC86D1. Grayscale: #565656. Windows color (decimal): -14452434 or 3045667. OLE color: 3045667.
HSL color Cylindrical-coordinate representation of color #23792E: hue angle of 127.67º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23792E is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 46 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.53 |
| HSL | 127.67º | 0.55% | 0.31% | - |
| HSV(B) | 127.67º | 0.71% | 0.47% | - |
| XYZ | 8.02 | 14.23 | 4.91 | - |
| YUV | 86.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 46 | 0.71 | 0 | 0.62 | 0.53 | 127.67 | 0.55 | 0.31 |
| Hex | 23 | 79 | 2E | 47 | 0 | 3E | 35 | 80 | 37 | 1F |
| Octal | 43 | 171 | 56 | 107 | 0 | 76 | 65 | 200 | 67 | 37 |
| Binary | 100011 | 1111001 | 101110 | 1000111 | 0 | 111110 | 110101 | 10000000 | 110111 | 11111 |
Color Harmonies of #23792E
Complementary color
Monochromatic Colors of #23792E
Black with #23792E
Text Example
Text Example
White with #23792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23792E; }
p { color: rgb(35,121,46); }
H1.HeaderClassName
{
color: #23792E;
}
.AnyTagClassName
{
color: #23792E;
}
</style>
background-color css
<style>
a { background-color: #23792E; }
a { background-color: rgb(35,121,46); }
div.DivClassName
{
background-color: #23792E;
}
.BgClassName
{
background-color: #23792E;
}
</style>
border-color css
<style>
span { border-color: #23792E; }
span { border-color: rgb(35,121,46); }
td.TdClassName
{
border-color: #23792E;
}
.TagClassName
{
border-color: #23792E;
}
</style>