#337F2E

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

Shades of Japanese Laurel #337F2E

Tints of Japanese Laurel #337F2E

Color information

#337F2E (or 0x337F2E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7F and 2E. RGB value is (51,127,46). Sum of RGB (Red+Green+Blue) = 51+127+46=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #337F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F2E is #CC80D1. Grayscale: #5F5F5F. Windows color (decimal): -13402322 or 3047219. OLE color: 3047219.

HSL color Cylindrical-coordinate representation of color #337F2E: hue angle of 116.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337F2E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB5112746-
CMYK0.6000.640.50
HSL116.3º46.82%33.92%-
HSV(B)116.3º63.78%49.8%-
XYZ9.4516.085.19-
YUV95.04100.3296.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 127 (50% from 255) = 56.70%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=22.77%
G=56.70%
B=20.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127460.6000.640.50116.346.8233.92
Hex337F2E3C04032742f22
Octal6317756740100621645742
Binary1100111111111101110111100010000001100101110100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F2E; }

 p { color: rgb(51,127,46); }

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

<style>
 a { background-color: #337F2E; }

 a { background-color: rgb(51,127,46); }

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

<style>
 span { border-color: #337F2E; }

 span { border-color: rgb(51,127,46); }

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