Shades of Japanese Laurel #277D28
Tints of Japanese Laurel #277D28
RGB
CMYK
RGB Variations
Color information
#277D28 (or 0x277D28) is known color: Japanese Laurel. HEX triplet: 27, 7D and 28. RGB value is (39,125,40). Sum of RGB (Red+Green+Blue) = 39+125+40=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #277D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277D28 is #D882D7. Grayscale: #595959. Windows color (decimal): -14189272 or 2653479. OLE color: 2653479.
HSL color Cylindrical-coordinate representation of color #277D28: hue angle of 120.7º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277D28 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 125 | 40 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.51 |
| HSL | 120.7º | 0.52% | 0.32% | - |
| HSV(B) | 120.7º | 0.69% | 0.49% | - |
| XYZ | 8.55 | 15.25 | 4.5 | - |
| YUV | 89.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 40 | 0.69 | 0 | 0.68 | 0.51 | 120.7 | 0.52 | 0.32 |
| Hex | 27 | 7D | 28 | 45 | 0 | 44 | 33 | 79 | 34 | 20 |
| Octal | 47 | 175 | 50 | 105 | 0 | 104 | 63 | 171 | 64 | 40 |
| Binary | 100111 | 1111101 | 101000 | 1000101 | 0 | 1000100 | 110011 | 1111001 | 110100 | 100000 |
Color Harmonies of #277D28
Complementary color
Monochromatic Colors of #277D28
Black with #277D28
Text Example
Text Example
White with #277D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D28; }
p { color: rgb(39,125,40); }
H1.HeaderClassName
{
color: #277D28;
}
.AnyTagClassName
{
color: #277D28;
}
</style>
background-color css
<style>
a { background-color: #277D28; }
a { background-color: rgb(39,125,40); }
div.DivClassName
{
background-color: #277D28;
}
.BgClassName
{
background-color: #277D28;
}
</style>
border-color css
<style>
span { border-color: #277D28; }
span { border-color: rgb(39,125,40); }
td.TdClassName
{
border-color: #277D28;
}
.TagClassName
{
border-color: #277D28;
}
</style>