#277E3A

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

Shades of Japanese Laurel #277E3A

Tints of Japanese Laurel #277E3A

Color information

#277E3A (or 0x277E3A) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7E and 3A. RGB value is (39,126,58). Sum of RGB (Red+Green+Blue) = 39+126+58=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #277E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E3A is #D881C5. Grayscale: #5C5C5C. Windows color (decimal): -14188998 or 3833383. OLE color: 3833383.

HSL color Cylindrical-coordinate representation of color #277E3A: hue angle of 133.1º degrees, saturation: 0.53, 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 #277E3A is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB3912658-
CMYK0.6900.540.51
HSL133.1º52.73%32.35%-
HSV(B)133.1º69.05%49.41%-
XYZ9.0615.666.55-
YUV92.23108.6890.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=17.49%
G=56.50%
B=26.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39126580.6900.540.51133.152.7332.35
Hex277E3A4503633853520
Octal4717672105066632056540
Binary10011111111101110101000101011011011001110000101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,58); }

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

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

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

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

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

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

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