Html Css Color HEX #2E8032 Japanese Laurel

📋 copy color: '#2E8032'

red 46 ◦ green 128 ◦ blue 50

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

Shades of Japanese Laurel #2E8032

Tints of Japanese Laurel #2E8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.14%

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

R = 20.54%
G = 57.14%
B = 22.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#2E8032 (or 0x2E8032) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 32. RGB value is (46,128,50). Sum of RGB (Red+Green+Blue) = 46+128+50=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #2E8032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8032 is #D17FCD. Grayscale: #5E5E5E. Windows color (decimal): -13729742 or 3309614. OLE color: 3309614.

HSL color Cylindrical-coordinate representation of color #2E8032: hue angle of 122.93º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8032 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 128 50 -
CMYK 0.64 0 0.61 0.50
HSL 122.93º 0.47% 0.34% -
HSV(B) 122.93º 0.64% 0.5% -
XYZ 9.42 16.25 5.66 -
YUV 94.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 46 128 50 0.64 0 0.61 0.50 122.93 0.47 0.34
Hex 2E 80 32 40 0 3D 32 7B 2F 22
Octal 56 200 62 100 0 75 62 173 57 42
Binary 101110 10000000 110010 1000000 0 111101 110010 1111011 101111 100010

Color Harmonies of #2E8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8032

Black with #2E8032

Text Example


Text Example

White with #2E8032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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