Html Css Color HEX #2E802B Japanese Laurel

📋 copy color: '#2E802B'

red 46 ◦ green 128 ◦ blue 43

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

Shades of Japanese Laurel #2E802B

Tints of Japanese Laurel #2E802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.99%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 21.2%
G = 58.99%
B = 19.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#2E802B (or 0x2E802B) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 2B. RGB value is (46,128,43). Sum of RGB (Red+Green+Blue) = 46+128+43=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #2E802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E802B is #D17FD4. Grayscale: #5E5E5E. Windows color (decimal): -13729749 or 2850862. OLE color: 2850862.

HSL color Cylindrical-coordinate representation of color #2E802B: hue angle of 117.88º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E802B is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 128 43 -
CMYK 0.64 0 0.66 0.50
HSL 117.88º 0.5% 0.34% -
HSV(B) 117.88º 0.66% 0.5% -
XYZ 9.28 16.19 4.92 -
YUV 93.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 46 128 43 0.64 0 0.66 0.50 117.88 0.5 0.34
Hex 2E 80 2B 40 0 42 32 76 32 22
Octal 56 200 53 100 0 102 62 166 62 42
Binary 101110 10000000 101011 1000000 0 1000010 110010 1110110 110010 100010

Color Harmonies of #2E802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E802B

Black with #2E802B

Text Example


Text Example

White with #2E802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,128,43); }

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

background-color css

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

 a { background-color: rgb(46,128,43); }

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

border-color css

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

 span { border-color: rgb(46,128,43); }

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