Shades of Japanese Laurel #23873D
Tints of Japanese Laurel #23873D
RGB
CMYK
RGB Variations
Color information
#23873D (or 0x23873D) is known color: Japanese Laurel. HEX triplet: 23, 87 and 3D. RGB value is (35,135,61). Sum of RGB (Red+Green+Blue) = 35+135+61=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #23873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23873D is #DC78C2. Grayscale: #606060. Windows color (decimal): -14448835 or 4032291. OLE color: 4032291.
HSL color Cylindrical-coordinate representation of color #23873D: hue angle of 135.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23873D is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 135 | 61 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.47 |
| HSL | 135.6º | 0.59% | 0.33% | - |
| HSV(B) | 135.6º | 0.74% | 0.53% | - |
| XYZ | 10.2 | 18.02 | 7.36 | - |
| YUV | 96.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 61 | 0.74 | 0 | 0.55 | 0.47 | 135.6 | 0.59 | 0.33 |
| Hex | 23 | 87 | 3D | 4A | 0 | 37 | 2F | 88 | 3B | 21 |
| Octal | 43 | 207 | 75 | 112 | 0 | 67 | 57 | 210 | 73 | 41 |
| Binary | 100011 | 10000111 | 111101 | 1001010 | 0 | 110111 | 101111 | 10001000 | 111011 | 100001 |
Color Harmonies of #23873D
Complementary color
Monochromatic Colors of #23873D
Black with #23873D
Text Example
Text Example
White with #23873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23873D; }
p { color: rgb(35,135,61); }
H1.HeaderClassName
{
color: #23873D;
}
.AnyTagClassName
{
color: #23873D;
}
</style>
background-color css
<style>
a { background-color: #23873D; }
a { background-color: rgb(35,135,61); }
div.DivClassName
{
background-color: #23873D;
}
.BgClassName
{
background-color: #23873D;
}
</style>
border-color css
<style>
span { border-color: #23873D; }
span { border-color: rgb(35,135,61); }
td.TdClassName
{
border-color: #23873D;
}
.TagClassName
{
border-color: #23873D;
}
</style>