Html Css Color HEX #2E883D Japanese Laurel

📋 copy color: '#2E883D'

red 46 ◦ green 136 ◦ blue 61

#2E883D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #2E883D

Tints of Japanese Laurel #2E883D

RGB

 RED value IS 46 (18.36% from 255) = 18.93%

 GREEN value IS 136 (53.52% from 255) = 55.97%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 18.93%
G = 55.97%
B = 25.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#2E883D (or 0x2E883D) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 3D. RGB value is (46,136,61). Sum of RGB (Red+Green+Blue) = 46+136+61=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #2E883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E883D is #D177C2. Grayscale: #646464. Windows color (decimal): -13727683 or 4032558. OLE color: 4032558.

HSL color Cylindrical-coordinate representation of color #2E883D: hue angle of 130º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E883D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 61 -
CMYK 0.66 0 0.55 0.47
HSL 130º 0.49% 0.36% -
HSV(B) 130º 0.66% 0.53% -
XYZ 10.77 18.53 7.42 -
YUV 100.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 46 136 61 0.66 0 0.55 0.47 130 0.49 0.36
Hex 2E 88 3D 42 0 37 2F 82 31 24
Octal 56 210 75 102 0 67 57 202 61 44
Binary 101110 10001000 111101 1000010 0 110111 101111 10000010 110001 100100

Color Harmonies of #2E883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E883D

Black with #2E883D

Text Example


Text Example

White with #2E883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,61); }

 H1.HeaderClassName
 {
   color: #2E883D;
 }
 .AnyTagClassName
 {
   color: #2E883D;
 }
</style>

background-color css

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

 a { background-color: rgb(46,136,61); }

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

border-color css

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

 span { border-color: rgb(46,136,61); }

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