Html Css Color HEX #2E873E Japanese Laurel

📋 copy color: '#2E873E'

red 46 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #2E873E

Tints of Japanese Laurel #2E873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 18.93%
G = 55.56%
B = 25.51%

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

#2E873E (or 0x2E873E) is known color: Japanese Laurel. HEX triplet: 2E, 87 and 3E. RGB value is (46,135,62). Sum of RGB (Red+Green+Blue) = 46+135+62=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #2E873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E873E is #D178C1. Grayscale: #646464. Windows color (decimal): -13727938 or 4097838. OLE color: 4097838.

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

Color convert

RGB 46 135 62 -
CMYK 0.66 0 0.54 0.47
HSL 130.79º 0.49% 0.35% -
HSV(B) 130.79º 0.66% 0.53% -
XYZ 10.66 18.26 7.52 -
YUV 100.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 46 135 62 0.66 0 0.54 0.47 130.79 0.49 0.35
Hex 2E 87 3E 42 0 36 2F 83 31 23
Octal 56 207 76 102 0 66 57 203 61 43
Binary 101110 10000111 111110 1000010 0 110110 101111 10000011 110001 100011

Color Harmonies of #2E873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E873E

Black with #2E873E

Text Example


Text Example

White with #2E873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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