Html Css Color HEX #2E853F Japanese Laurel

📋 copy color: '#2E853F'

red 46 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #2E853F

Tints of Japanese Laurel #2E853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.96%

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

R = 19.01%
G = 54.96%
B = 26.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#2E853F (or 0x2E853F) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 3F. RGB value is (46,133,63). Sum of RGB (Red+Green+Blue) = 46+133+63=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #2E853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E853F is #D17AC0. Grayscale: #636363. Windows color (decimal): -13728449 or 4162862. OLE color: 4162862.

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

Color convert

RGB 46 133 63 -
CMYK 0.65 0 0.53 0.48
HSL 131.72º 0.49% 0.35% -
HSV(B) 131.72º 0.65% 0.52% -
XYZ 10.41 17.71 7.57 -
YUV 99.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 46 133 63 0.65 0 0.53 0.48 131.72 0.49 0.35
Hex 2E 85 3F 41 0 35 30 84 31 23
Octal 56 205 77 101 0 65 60 204 61 43
Binary 101110 10000101 111111 1000001 0 110101 110000 10000100 110001 100011

Color Harmonies of #2E853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E853F

Black with #2E853F

Text Example


Text Example

White with #2E853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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