#2E823B

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

Shades of Japanese Laurel #2E823B

Tints of Japanese Laurel #2E823B

Color information

#2E823B (or 0x2E823B) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 82 and 3B. RGB value is (46,130,59). Sum of RGB (Red+Green+Blue) = 46+130+59=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #2E823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E823B is #D17DC4. Grayscale: #606060. Windows color (decimal): -13729221 or 3899950. OLE color: 3899950.

HSL color Cylindrical-coordinate representation of color #2E823B: hue angle of 129.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E823B is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB4613059-
CMYK0.6500.550.49
HSL129.29º47.73%34.51%-
HSV(B)129.29º64.62%50.98%-
XYZ9.916.866.87-
YUV96.79106.6791.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=19.57%
G=55.32%
B=25.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130590.6500.550.49129.2947.7334.51
Hex2E823B4103731813023
Octal5620273101067612016043
Binary101110100000101110111000001011011111000110000001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,59); }

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

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

 a { background-color: rgb(46,130,59); }

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

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

 span { border-color: rgb(46,130,59); }

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