#277E3B

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

Shades of Japanese Laurel #277E3B

Tints of Japanese Laurel #277E3B

Color information

#277E3B (or 0x277E3B) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7E and 3B. RGB value is (39,126,59). Sum of RGB (Red+Green+Blue) = 39+126+59=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #277E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E3B is #D881C4. Grayscale: #5C5C5C. Windows color (decimal): -14188997 or 3898919. OLE color: 3898919.

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

Color convert

RGB3912659-
CMYK0.6900.530.51
HSL133.79º52.73%32.35%-
HSV(B)133.79º69.05%49.41%-
XYZ9.0915.676.68-
YUV92.35109.1889.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=17.41%
G=56.25%
B=26.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39126590.6900.530.51133.7952.7332.35
Hex277E3B4503533863520
Octal4717673105065632066540
Binary10011111111101110111000101011010111001110000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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