Html Css Color HEX #2E8242 Japanese Laurel

📋 copy color: '#2E8242'

red 46 ◦ green 130 ◦ blue 66

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

Shades of Japanese Laurel #2E8242

Tints of Japanese Laurel #2E8242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 19.01%
G = 53.72%
B = 27.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#2E8242 (or 0x2E8242) is known color: Japanese Laurel. HEX triplet: 2E, 82 and 42. RGB value is (46,130,66). Sum of RGB (Red+Green+Blue) = 46+130+66=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8242 is #D17DBD. Grayscale: #616161. Windows color (decimal): -13729214 or 4358702. OLE color: 4358702.

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

Color convert

RGB 46 130 66 -
CMYK 0.65 0 0.49 0.49
HSL 134.29º 0.48% 0.35% -
HSV(B) 134.29º 0.65% 0.51% -
XYZ 10.09 16.94 7.89 -
YUV 97.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 46 130 66 0.65 0 0.49 0.49 134.29 0.48 0.35
Hex 2E 82 42 41 0 31 31 86 30 23
Octal 56 202 102 101 0 61 61 206 60 43
Binary 101110 10000010 1000010 1000001 0 110001 110001 10000110 110000 100011

Color Harmonies of #2E8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8242

Black with #2E8242

Text Example


Text Example

White with #2E8242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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