Html Css Color HEX #2E853C Japanese Laurel

📋 copy color: '#2E853C'

red 46 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #2E853C

Tints of Japanese Laurel #2E853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 19.25%
G = 55.65%
B = 25.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#2E853C (or 0x2E853C) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 3C. RGB value is (46,133,60). Sum of RGB (Red+Green+Blue) = 46+133+60=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #2E853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E853C is #D17AC3. Grayscale: #626262. Windows color (decimal): -13728452 or 3966254. OLE color: 3966254.

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

Color convert

RGB 46 133 60 -
CMYK 0.65 0 0.55 0.48
HSL 129.66º 0.49% 0.35% -
HSV(B) 129.66º 0.65% 0.52% -
XYZ 10.33 17.68 7.14 -
YUV 98.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 46 133 60 0.65 0 0.55 0.48 129.66 0.49 0.35
Hex 2E 85 3C 41 0 37 30 82 31 23
Octal 56 205 74 101 0 67 60 202 61 43
Binary 101110 10000101 111100 1000001 0 110111 110000 10000010 110001 100011

Color Harmonies of #2E853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E853C

Black with #2E853C

Text Example


Text Example

White with #2E853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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