Html Css Color HEX #2E823D Japanese Laurel

📋 copy color: '#2E823D'

red 46 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #2E823D

Tints of Japanese Laurel #2E823D

RGB

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

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

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

R = 19.41%
G = 54.85%
B = 25.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#2E823D (or 0x2E823D) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 3D. RGB value is (46,130,61). Sum of RGB (Red+Green+Blue) = 46+130+61=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #2E823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E823D is #D17DC2. Grayscale: #616161. Windows color (decimal): -13729219 or 4031022. OLE color: 4031022.

HSL color Cylindrical-coordinate representation of color #2E823D: hue angle of 130.71º 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 #2E823D is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 61 -
CMYK 0.65 0 0.53 0.49
HSL 130.71º 0.48% 0.35% -
HSV(B) 130.71º 0.65% 0.51% -
XYZ 9.95 16.88 7.15 -
YUV 97.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 46 130 61 0.65 0 0.53 0.49 130.71 0.48 0.35
Hex 2E 82 3D 41 0 35 31 83 30 23
Octal 56 202 75 101 0 65 61 203 60 43
Binary 101110 10000010 111101 1000001 0 110101 110001 10000011 110000 100011

Color Harmonies of #2E823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E823D

Black with #2E823D

Text Example


Text Example

White with #2E823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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