#2E833A

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

Shades of Japanese Laurel #2E833A

Tints of Japanese Laurel #2E833A

Color information

#2E833A (or 0x2E833A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 83 and 3A. RGB value is (46,131,58). Sum of RGB (Red+Green+Blue) = 46+131+58=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #2E833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E833A is #D17CC5. Grayscale: #616161. Windows color (decimal): -13728966 or 3834670. OLE color: 3834670.

HSL color Cylindrical-coordinate representation of color #2E833A: hue angle of 128.47º 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 #2E833A is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB4613158-
CMYK0.6500.560.49
HSL128.47º48.02%34.71%-
HSV(B)128.47º64.89%51.37%-
XYZ10.0117.126.78-
YUV97.26105.8491.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=19.57%
G=55.74%
B=24.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46131580.6500.560.49128.4748.0234.71
Hex2E833A4103831803023
Octal5620372101070612006043
Binary101110100000111110101000001011100011000110000000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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