Shades of Japanese Laurel #27833D
Tints of Japanese Laurel #27833D
RGB
CMYK
RGB Variations
Color information
#27833D (or 0x27833D) is known color: Japanese Laurel. HEX triplet: 27, 83 and 3D. RGB value is (39,131,61). Sum of RGB (Red+Green+Blue) = 39+131+61=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #27833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27833D is #D87CC2. Grayscale: #5F5F5F. Windows color (decimal): -14187715 or 4031271. OLE color: 4031271.
HSL color Cylindrical-coordinate representation of color #27833D: hue angle of 134.35º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27833D is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 61 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.49 |
| HSL | 134.35º | 0.54% | 0.33% | - |
| HSV(B) | 134.35º | 0.7% | 0.51% | - |
| XYZ | 9.8 | 17 | 7.18 | - |
| YUV | 95.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 61 | 0.70 | 0 | 0.53 | 0.49 | 134.35 | 0.54 | 0.33 |
| Hex | 27 | 83 | 3D | 46 | 0 | 35 | 31 | 86 | 36 | 21 |
| Octal | 47 | 203 | 75 | 106 | 0 | 65 | 61 | 206 | 66 | 41 |
| Binary | 100111 | 10000011 | 111101 | 1000110 | 0 | 110101 | 110001 | 10000110 | 110110 | 100001 |
Color Harmonies of #27833D
Complementary color
Monochromatic Colors of #27833D
Black with #27833D
Text Example
Text Example
White with #27833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27833D; }
p { color: rgb(39,131,61); }
H1.HeaderClassName
{
color: #27833D;
}
.AnyTagClassName
{
color: #27833D;
}
</style>
background-color css
<style>
a { background-color: #27833D; }
a { background-color: rgb(39,131,61); }
div.DivClassName
{
background-color: #27833D;
}
.BgClassName
{
background-color: #27833D;
}
</style>
border-color css
<style>
span { border-color: #27833D; }
span { border-color: rgb(39,131,61); }
td.TdClassName
{
border-color: #27833D;
}
.TagClassName
{
border-color: #27833D;
}
</style>