#277731

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

Shades of Japanese Laurel #277731

Tints of Japanese Laurel #277731

Color information

#277731 (or 0x277731) is unknown color: approx Japanese Laurel. HEX triplet: 27, 77 and 31. RGB value is (39,119,49). Sum of RGB (Red+Green+Blue) = 39+119+49=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #277731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277731 is #D888CE. Grayscale: #575757. Windows color (decimal): -14190799 or 3241767. OLE color: 3241767.

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

Color convert

RGB3911949-
CMYK0.6700.590.53
HSL127.5º50.63%30.98%-
HSV(B)127.5º67.23%46.67%-
XYZ7.9913.855.16-
YUV87.1106.593.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=18.84%
G=57.49%
B=23.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39119490.6700.590.53127.550.6330.98
Hex2777314303B3580331f
Octal4716761103073652006337
Binary1001111110111110001100001101110111101011000000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277731; }

 p { color: rgb(39,119,49); }

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

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

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

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

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

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

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