Html Css Color HEX #2E8432 Japanese Laurel

📋 copy color: '#2E8432'

red 46 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #2E8432

Tints of Japanese Laurel #2E8432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 20.18%
G = 57.89%
B = 21.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#2E8432 (or 0x2E8432) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 32. RGB value is (46,132,50). Sum of RGB (Red+Green+Blue) = 46+132+50=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8432 is #D17BCD. Grayscale: #616161. Windows color (decimal): -13728718 or 3310638. OLE color: 3310638.

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

Color convert

RGB 46 132 50 -
CMYK 0.65 0 0.62 0.48
HSL 122.79º 0.48% 0.35% -
HSV(B) 122.79º 0.65% 0.52% -
XYZ 9.95 17.31 5.83 -
YUV 96.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 46 132 50 0.65 0 0.62 0.48 122.79 0.48 0.35
Hex 2E 84 32 41 0 3E 30 7B 30 23
Octal 56 204 62 101 0 76 60 173 60 43
Binary 101110 10000100 110010 1000001 0 111110 110000 1111011 110000 100011

Color Harmonies of #2E8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8432

Black with #2E8432

Text Example


Text Example

White with #2E8432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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