Html Css Color HEX #2E822D Japanese Laurel

📋 copy color: '#2E822D'

red 46 ◦ green 130 ◦ blue 45

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

Shades of Japanese Laurel #2E822D

Tints of Japanese Laurel #2E822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 20.81%
G = 58.82%
B = 20.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#2E822D (or 0x2E822D) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 2D. RGB value is (46,130,45). Sum of RGB (Red+Green+Blue) = 46+130+45=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #2E822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E822D is #D17DD2. Grayscale: #5F5F5F. Windows color (decimal): -13729235 or 2982446. OLE color: 2982446.

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

Color convert

RGB 46 130 45 -
CMYK 0.65 0 0.65 0.49
HSL 119.29º 0.49% 0.34% -
HSV(B) 119.29º 0.65% 0.51% -
XYZ 9.58 16.74 5.21 -
YUV 95.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 46 130 45 0.65 0 0.65 0.49 119.29 0.49 0.34
Hex 2E 82 2D 41 0 41 31 77 31 22
Octal 56 202 55 101 0 101 61 167 61 42
Binary 101110 10000010 101101 1000001 0 1000001 110001 1110111 110001 100010

Color Harmonies of #2E822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E822D

Black with #2E822D

Text Example


Text Example

White with #2E822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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