#2E8531

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

Shades of Japanese Laurel #2E8531

Tints of Japanese Laurel #2E8531

Color information

#2E8531 (or 0x2E8531) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 85 and 31. RGB value is (46,133,49). Sum of RGB (Red+Green+Blue) = 46+133+49=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8531 is #D17ACE. Grayscale: #616161. Windows color (decimal): -13728463 or 3245358. OLE color: 3245358.

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

Color convert

RGB4613349-
CMYK0.6500.630.48
HSL122.07º48.6%35.1%-
HSV(B)122.07º65.41%52.16%-
XYZ10.0717.585.77-
YUV97.41100.6891.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=20.18%
G=58.33%
B=21.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133490.6500.630.48122.0748.635.1
Hex2E85314103F307a3123
Octal5620561101077601726143
Binary10111010000101110001100000101111111100001111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,49); }

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

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

 a { background-color: rgb(46,133,49); }

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

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

 span { border-color: rgb(46,133,49); }

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