#277831

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

Shades of Japanese Laurel #277831

Tints of Japanese Laurel #277831

Color information

#277831 (or 0x277831) is unknown color: approx Japanese Laurel. HEX triplet: 27, 78 and 31. RGB value is (39,120,49). Sum of RGB (Red+Green+Blue) = 39+120+49=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #277831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277831 is #D887CE. Grayscale: #575757. Windows color (decimal): -14190543 or 3242023. OLE color: 3242023.

HSL color Cylindrical-coordinate representation of color #277831: hue angle of 127.41º 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 #277831 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB3912049-
CMYK0.6700.590.53
HSL127.41º50.94%31.18%-
HSV(B)127.41º67.5%47.06%-
XYZ8.1114.095.2-
YUV87.69106.1693.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=18.75%
G=57.69%
B=23.56%

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
Decimal39120490.6700.590.53127.4150.9431.18
Hex2778314303B357f331f
Octal4717061103073651776337
Binary100111111100011000110000110111011110101111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277831; }

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

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

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

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

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

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

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

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