#2E783A

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

Shades of Japanese Laurel #2E783A

Tints of Japanese Laurel #2E783A

Color information

#2E783A (or 0x2E783A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 3A. RGB value is (46,120,58). Sum of RGB (Red+Green+Blue) = 46+120+58=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #2E783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E783A is #D187C5. Grayscale: #5A5A5A. Windows color (decimal): -13731782 or 3831854. OLE color: 3831854.

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

Color convert

RGB4612058-
CMYK0.6200.520.53
HSL129.73º44.58%32.55%-
HSV(B)129.73º61.67%47.06%-
XYZ8.6114.326.31-
YUV90.81109.4896.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=20.54%
G=53.57%
B=25.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120580.6200.520.53129.7344.5832.55
Hex2E783A3E03435822d21
Octal561707276064652025541
Binary1011101111000111010111110011010011010110000010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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