#2E782F

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

Shades of Japanese Laurel #2E782F

Tints of Japanese Laurel #2E782F

Color information

#2E782F (or 0x2E782F) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 2F. RGB value is (46,120,47). Sum of RGB (Red+Green+Blue) = 46+120+47=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #2E782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E782F is #D187D0. Grayscale: #595959. Windows color (decimal): -13731793 or 3110958. OLE color: 3110958.

HSL color Cylindrical-coordinate representation of color #2E782F: hue angle of 120.81º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E782F is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB4612047-
CMYK0.6200.610.53
HSL120.81º44.58%32.55%-
HSV(B)120.81º61.67%47.06%-
XYZ8.3614.224.99-
YUV89.55103.9896.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=21.60%
G=56.34%
B=22.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120470.6200.610.53120.8144.5832.55
Hex2E782F3E03D35792d21
Octal561705776075651715541
Binary101110111100010111111111001111011101011111001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E782F; }

 p { color: rgb(46,120,47); }

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

<style>
 a { background-color: #2E782F; }

 a { background-color: rgb(46,120,47); }

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

<style>
 span { border-color: #2E782F; }

 span { border-color: rgb(46,120,47); }

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