#2E783E

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

Shades of Japanese Laurel #2E783E

Tints of Japanese Laurel #2E783E

Color information

#2E783E (or 0x2E783E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 3E. RGB value is (46,120,62). Sum of RGB (Red+Green+Blue) = 46+120+62=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #2E783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E783E is #D187C1. Grayscale: #5B5B5B. Windows color (decimal): -13731778 or 4093998. OLE color: 4093998.

HSL color Cylindrical-coordinate representation of color #2E783E: hue angle of 132.97º 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 #2E783E is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB4612062-
CMYK0.6200.480.53
HSL132.97º44.58%32.55%-
HSV(B)132.97º61.67%47.06%-
XYZ8.7114.366.87-
YUV91.26111.4895.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=20.18%
G=52.63%
B=27.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120620.6200.480.53132.9744.5832.55
Hex2E783E3E03035852d21
Octal561707676060652055541
Binary1011101111000111110111110011000011010110000101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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