#277827

Color #277827 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #277827

Tints of Japanese Laurel #277827

Color information

#277827 (or 0x277827) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 27. RGB value is (39,120,39). Sum of RGB (Red+Green+Blue) = 39+120+39=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #277827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277827 is #D887D8. Grayscale: #565656. Windows color (decimal): -14190553 or 2586663. OLE color: 2586663.

HSL color Cylindrical-coordinate representation of color #277827: hue angle of 120º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277827 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB3912039-
CMYK0.6700.670.53
HSL120º50.94%31.18%-
HSV(B)120º67.5%47.06%-
XYZ7.9214.014.21-
YUV86.55101.1694.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=19.70%
G=60.61%
B=19.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39120390.6700.670.5312050.9431.18
Hex277827430433578331f
Octal47170471030103651706337
Binary1001111111000100111100001101000011110101111100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277827; }

 p { color: rgb(39,120,39); }

 H1.HeaderClassName
 {
   color: #277827;
 }
 .AnyTagClassName
 {
   color: #277827;
 }
</style>
background-color css

<style>
 a { background-color: #277827; }

 a { background-color: rgb(39,120,39); }

 div.DivClassName
 {
   background-color: #277827;
 }
 .BgClassName
 {
   background-color: #277827;
 }
</style>
border-color css

<style>
 span { border-color: #277827; }

 span { border-color: rgb(39,120,39); }

 td.TdClassName
 {
   border-color: #277827;
 }
 .TagClassName
 {
   border-color: #277827;
 }
</style>