#2E783C

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

Shades of Japanese Laurel #2E783C

Tints of Japanese Laurel #2E783C

Color information

#2E783C (or 0x2E783C) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 3C. RGB value is (46,120,60). Sum of RGB (Red+Green+Blue) = 46+120+60=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #2E783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E783C is #D187C3. Grayscale: #5B5B5B. Windows color (decimal): -13731780 or 3962926. OLE color: 3962926.

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

Color convert

RGB4612060-
CMYK0.6200.50.53
HSL131.35º44.58%32.55%-
HSV(B)131.35º61.67%47.06%-
XYZ8.6614.346.59-
YUV91.03110.4895.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=20.35%
G=53.10%
B=26.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120600.6200.50.53131.3544.5832.55
Hex2E783C3E03235832d21
Octal561707476062652035541
Binary1011101111000111100111110011001011010110000011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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