#277B31

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

Shades of Japanese Laurel #277B31

Tints of Japanese Laurel #277B31

Color information

#277B31 (or 0x277B31) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7B and 31. RGB value is (39,123,49). Sum of RGB (Red+Green+Blue) = 39+123+49=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #277B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277B31 is #D884CE. Grayscale: #595959. Windows color (decimal): -14189775 or 3242791. OLE color: 3242791.

HSL color Cylindrical-coordinate representation of color #277B31: hue angle of 127.14º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B31 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB3912349-
CMYK0.6800.600.52
HSL127.14º51.85%31.76%-
HSV(B)127.14º68.29%48.24%-
XYZ8.4714.825.32-
YUV89.45105.1792.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 123 (48.44% from 255) = 58.29%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=18.48%
G=58.29%
B=23.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123490.6800.600.52127.1451.8531.76
Hex277B314403C347f3420
Octal4717361104074641776440
Binary1001111111011110001100010001111001101001111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B31; }

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

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

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

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

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

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

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

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