Shades of Japanese Laurel #23802D
Tints of Japanese Laurel #23802D
RGB
CMYK
RGB Variations
Color information
#23802D (or 0x23802D) is known color: Japanese Laurel. HEX triplet: 23, 80 and 2D. RGB value is (35,128,45). Sum of RGB (Red+Green+Blue) = 35+128+45=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #23802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23802D is #DC7FD2. Grayscale: #5A5A5A. Windows color (decimal): -14450643 or 2981923. OLE color: 2981923.
HSL color Cylindrical-coordinate representation of color #23802D: hue angle of 126.45º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23802D is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 45 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.50 |
| HSL | 126.45º | 0.57% | 0.32% | - |
| HSV(B) | 126.45º | 0.73% | 0.5% | - |
| XYZ | 8.89 | 15.99 | 5.1 | - |
| YUV | 90.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 45 | 0.73 | 0 | 0.65 | 0.50 | 126.45 | 0.57 | 0.32 |
| Hex | 23 | 80 | 2D | 49 | 0 | 41 | 32 | 7E | 39 | 20 |
| Octal | 43 | 200 | 55 | 111 | 0 | 101 | 62 | 176 | 71 | 40 |
| Binary | 100011 | 10000000 | 101101 | 1001001 | 0 | 1000001 | 110010 | 1111110 | 111001 | 100000 |
Color Harmonies of #23802D
Complementary color
Monochromatic Colors of #23802D
Black with #23802D
Text Example
Text Example
White with #23802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23802D; }
p { color: rgb(35,128,45); }
H1.HeaderClassName
{
color: #23802D;
}
.AnyTagClassName
{
color: #23802D;
}
</style>
background-color css
<style>
a { background-color: #23802D; }
a { background-color: rgb(35,128,45); }
div.DivClassName
{
background-color: #23802D;
}
.BgClassName
{
background-color: #23802D;
}
</style>
border-color css
<style>
span { border-color: #23802D; }
span { border-color: rgb(35,128,45); }
td.TdClassName
{
border-color: #23802D;
}
.TagClassName
{
border-color: #23802D;
}
</style>