#277F39

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

Shades of Japanese Laurel #277F39

Tints of Japanese Laurel #277F39

Color information

#277F39 (or 0x277F39) is unknown color: approx Japanese Laurel. HEX triplet: 27, 7F and 39. RGB value is (39,127,57). Sum of RGB (Red+Green+Blue) = 39+127+57=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #277F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277F39 is #D880C6. Grayscale: #5C5C5C. Windows color (decimal): -14188743 or 3768103. OLE color: 3768103.

HSL color Cylindrical-coordinate representation of color #277F39: hue angle of 132.27º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F39 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB3912757-
CMYK0.6900.550.50
HSL132.27º53.01%32.55%-
HSV(B)132.27º69.29%49.8%-
XYZ9.1615.916.46-
YUV92.71107.8589.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 127 (50% from 255) = 56.95%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=17.49%
G=56.95%
B=25.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39127570.6900.550.50132.2753.0132.55
Hex277F394503732843521
Octal4717771105067622046541
Binary10011111111111110011000101011011111001010000100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,127,57); }

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

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

 a { background-color: rgb(39,127,57); }

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

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

 span { border-color: rgb(39,127,57); }

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