Html Css Color HEX #2E913F Japanese Laurel

📋 copy color: '#2E913F'

red 46 ◦ green 145 ◦ blue 63

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

Shades of Japanese Laurel #2E913F

Tints of Japanese Laurel #2E913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 18.11%
G = 57.09%
B = 24.8%

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

#2E913F (or 0x2E913F) is known color: Japanese Laurel. HEX triplet: 2E, 91 and 3F. RGB value is (46,145,63). Sum of RGB (Red+Green+Blue) = 46+145+63=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #2E913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E913F is #D16EC0. Grayscale: #6A6A6A. Windows color (decimal): -13725377 or 4165934. OLE color: 4165934.

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

Color convert

RGB 46 145 63 -
CMYK 0.68 0 0.57 0.43
HSL 130.3º 0.52% 0.37% -
HSV(B) 130.3º 0.68% 0.57% -
XYZ 12.15 21.19 8.15 -
YUV 106.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 46 145 63 0.68 0 0.57 0.43 130.3 0.52 0.37
Hex 2E 91 3F 44 0 39 2B 82 34 25
Octal 56 221 77 104 0 71 53 202 64 45
Binary 101110 10010001 111111 1000100 0 111001 101011 10000010 110100 100101

Color Harmonies of #2E913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E913F

Black with #2E913F

Text Example


Text Example

White with #2E913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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