Html Css Color HEX #2E913D Japanese Laurel

📋 copy color: '#2E913D'

red 46 ◦ green 145 ◦ blue 61

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

Shades of Japanese Laurel #2E913D

Tints of Japanese Laurel #2E913D

RGB

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

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

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

R = 18.25%
G = 57.54%
B = 24.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#2E913D (or 0x2E913D) is known color: Japanese Laurel. HEX triplet: 2E, 91 and 3D. RGB value is (46,145,61). Sum of RGB (Red+Green+Blue) = 46+145+61=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #2E913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E913D is #D16EC2. Grayscale: #6A6A6A. Windows color (decimal): -13725379 or 4034862. OLE color: 4034862.

HSL color Cylindrical-coordinate representation of color #2E913D: hue angle of 129.09º 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 #2E913D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 61 -
CMYK 0.68 0 0.58 0.43
HSL 129.09º 0.52% 0.37% -
HSV(B) 129.09º 0.68% 0.57% -
XYZ 12.09 21.17 7.86 -
YUV 105.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 46 145 61 0.68 0 0.58 0.43 129.09 0.52 0.37
Hex 2E 91 3D 44 0 3A 2B 81 34 25
Octal 56 221 75 104 0 72 53 201 64 45
Binary 101110 10010001 111101 1000100 0 111010 101011 10000001 110100 100101

Color Harmonies of #2E913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E913D

Black with #2E913D

Text Example


Text Example

White with #2E913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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