Html Css Color HEX #2E913E Japanese Laurel

📋 copy color: '#2E913E'

red 46 ◦ green 145 ◦ blue 62

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

Shades of Japanese Laurel #2E913E

Tints of Japanese Laurel #2E913E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.31%

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

R = 18.18%
G = 57.31%
B = 24.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#2E913E (or 0x2E913E) is known color: Japanese Laurel. HEX triplet: 2E, 91 and 3E. RGB value is (46,145,62). Sum of RGB (Red+Green+Blue) = 46+145+62=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #2E913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E913E is #D16EC1. Grayscale: #6A6A6A. Windows color (decimal): -13725378 or 4100398. OLE color: 4100398.

HSL color Cylindrical-coordinate representation of color #2E913E: hue angle of 129.7º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E913E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 62 -
CMYK 0.68 0 0.57 0.43
HSL 129.7º 0.52% 0.37% -
HSV(B) 129.7º 0.68% 0.57% -
XYZ 12.12 21.18 8.01 -
YUV 105.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 46 145 62 0.68 0 0.57 0.43 129.7 0.52 0.37
Hex 2E 91 3E 44 0 39 2B 82 34 25
Octal 56 221 76 104 0 71 53 202 64 45
Binary 101110 10010001 111110 1000100 0 111001 101011 10000010 110100 100101

Color Harmonies of #2E913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E913E

Black with #2E913E

Text Example


Text Example

White with #2E913E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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