Html Css Color HEX #2E883F Japanese Laurel

📋 copy color: '#2E883F'

red 46 ◦ green 136 ◦ blue 63

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

Shades of Japanese Laurel #2E883F

Tints of Japanese Laurel #2E883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.71%

R = 18.78%
G = 55.51%
B = 25.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2E883F (or 0x2E883F) is known color: Japanese Laurel. HEX triplet: 2E, 88 and 3F. RGB value is (46,136,63). Sum of RGB (Red+Green+Blue) = 46+136+63=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #2E883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E883F is #D177C0. Grayscale: #646464. Windows color (decimal): -13727681 or 4163630. OLE color: 4163630.

HSL color Cylindrical-coordinate representation of color #2E883F: hue angle of 131.33º 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 #2E883F is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 63 -
CMYK 0.66 0 0.54 0.47
HSL 131.33º 0.49% 0.36% -
HSV(B) 131.33º 0.66% 0.53% -
XYZ 10.83 18.55 7.71 -
YUV 100.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 46 136 63 0.66 0 0.54 0.47 131.33 0.49 0.36
Hex 2E 88 3F 42 0 36 2F 83 31 24
Octal 56 210 77 102 0 66 57 203 61 44
Binary 101110 10001000 111111 1000010 0 110110 101111 10000011 110001 100100

Color Harmonies of #2E883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E883F

Black with #2E883F

Text Example


Text Example

White with #2E883F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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