Html Css Color HEX #2E823A Japanese Laurel

📋 copy color: '#2E823A'

red 46 ◦ green 130 ◦ blue 58

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

Shades of Japanese Laurel #2E823A

Tints of Japanese Laurel #2E823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 19.66%
G = 55.56%
B = 24.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#2E823A (or 0x2E823A) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 3A. RGB value is (46,130,58). Sum of RGB (Red+Green+Blue) = 46+130+58=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #2E823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E823A is #D17DC5. Grayscale: #606060. Windows color (decimal): -13729222 or 3834414. OLE color: 3834414.

HSL color Cylindrical-coordinate representation of color #2E823A: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E823A is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 58 -
CMYK 0.65 0 0.55 0.49
HSL 128.57º 0.48% 0.35% -
HSV(B) 128.57º 0.65% 0.51% -
XYZ 9.87 16.85 6.74 -
YUV 96.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 46 130 58 0.65 0 0.55 0.49 128.57 0.48 0.35
Hex 2E 82 3A 41 0 37 31 81 30 23
Octal 56 202 72 101 0 67 61 201 60 43
Binary 101110 10000010 111010 1000001 0 110111 110001 10000001 110000 100011

Color Harmonies of #2E823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E823A

Black with #2E823A

Text Example


Text Example

White with #2E823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,130,58); }

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

background-color css

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

 a { background-color: rgb(46,130,58); }

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

border-color css

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

 span { border-color: rgb(46,130,58); }

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