Html Css Color HEX #2E873D Japanese Laurel

📋 copy color: '#2E873D'

red 46 ◦ green 135 ◦ blue 61

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

Shades of Japanese Laurel #2E873D

Tints of Japanese Laurel #2E873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

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

R = 19.01%
G = 55.79%
B = 25.21%

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

#2E873D (or 0x2E873D) is known color: Japanese Laurel. HEX triplet: 2E, 87 and 3D. RGB value is (46,135,61). Sum of RGB (Red+Green+Blue) = 46+135+61=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #2E873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E873D is #D178C2. Grayscale: #646464. Windows color (decimal): -13727939 or 4032302. OLE color: 4032302.

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

Color convert

RGB 46 135 61 -
CMYK 0.66 0 0.55 0.47
HSL 130.11º 0.49% 0.35% -
HSV(B) 130.11º 0.66% 0.53% -
XYZ 10.63 18.25 7.38 -
YUV 99.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 46 135 61 0.66 0 0.55 0.47 130.11 0.49 0.35
Hex 2E 87 3D 42 0 37 2F 82 31 23
Octal 56 207 75 102 0 67 57 202 61 43
Binary 101110 10000111 111101 1000010 0 110111 101111 10000010 110001 100011

Color Harmonies of #2E873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E873D

Black with #2E873D

Text Example


Text Example

White with #2E873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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