#277E35

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

Shades of Japanese Laurel #277E35

Tints of Japanese Laurel #277E35

Color information

#277E35 (or 0x277E35) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7E and 35. RGB value is (39,126,53). Sum of RGB (Red+Green+Blue) = 39+126+53=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #277E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277E35 is #D881CA. Grayscale: #5B5B5B. Windows color (decimal): -14189003 or 3505703. OLE color: 3505703.

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

Color convert

RGB3912653-
CMYK0.6900.580.51
HSL129.66º52.73%32.35%-
HSV(B)129.66º69.05%49.41%-
XYZ8.9415.615.91-
YUV91.66106.1890.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 126 (49.61% from 255) = 57.80%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=17.89%
G=57.80%
B=24.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39126530.6900.580.51129.6652.7332.35
Hex277E354503A33823520
Octal4717665105072632026540
Binary10011111111101101011000101011101011001110000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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