Html Css Color HEX #2E8A40 Japanese Laurel

📋 copy color: '#2E8A40'

red 46 ◦ green 138 ◦ blue 64

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

Shades of Japanese Laurel #2E8A40

Tints of Japanese Laurel #2E8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.65%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 18.55%
G = 55.65%
B = 25.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#2E8A40 (or 0x2E8A40) is known color: Japanese Laurel. HEX triplet: 2E, 8A and 40. RGB value is (46,138,64). Sum of RGB (Red+Green+Blue) = 46+138+64=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A40 is #D175BF. Grayscale: #666666. Windows color (decimal): -13727168 or 4229678. OLE color: 4229678.

HSL color Cylindrical-coordinate representation of color #2E8A40: hue angle of 131.74º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A40 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 138 64 -
CMYK 0.67 0 0.54 0.46
HSL 131.74º 0.5% 0.36% -
HSV(B) 131.74º 0.67% 0.54% -
XYZ 11.14 19.13 7.96 -
YUV 102.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 46 138 64 0.67 0 0.54 0.46 131.74 0.5 0.36
Hex 2E 8A 40 43 0 36 2E 84 32 24
Octal 56 212 100 103 0 66 56 204 62 44
Binary 101110 10001010 1000000 1000011 0 110110 101110 10000100 110010 100100

Color Harmonies of #2E8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8A40

Black with #2E8A40

Text Example


Text Example

White with #2E8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,138,64); }

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

background-color css

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

 a { background-color: rgb(46,138,64); }

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

border-color css

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

 span { border-color: rgb(46,138,64); }

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