Html Css Color HEX #2E8434 Japanese Laurel

📋 copy color: '#2E8434'

red 46 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #2E8434

Tints of Japanese Laurel #2E8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.39%

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 20%
G = 57.39%
B = 22.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#2E8434 (or 0x2E8434) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 34. RGB value is (46,132,52). Sum of RGB (Red+Green+Blue) = 46+132+52=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8434 is #D17BCB. Grayscale: #616161. Windows color (decimal): -13728716 or 3441710. OLE color: 3441710.

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

Color convert

RGB 46 132 52 -
CMYK 0.65 0 0.61 0.48
HSL 124.19º 0.48% 0.35% -
HSV(B) 124.19º 0.65% 0.52% -
XYZ 10 17.33 6.07 -
YUV 97.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 46 132 52 0.65 0 0.61 0.48 124.19 0.48 0.35
Hex 2E 84 34 41 0 3D 30 7C 30 23
Octal 56 204 64 101 0 75 60 174 60 43
Binary 101110 10000100 110100 1000001 0 111101 110000 1111100 110000 100011

Color Harmonies of #2E8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8434

Black with #2E8434

Text Example


Text Example

White with #2E8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,52); }

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

background-color css

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

 a { background-color: rgb(46,132,52); }

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

border-color css

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

 span { border-color: rgb(46,132,52); }

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