Html Css Color HEX #2E8031 Japanese Laurel

📋 copy color: '#2E8031'

red 46 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #2E8031

Tints of Japanese Laurel #2E8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 20.63%
G = 57.4%
B = 21.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#2E8031 (or 0x2E8031) is known color: Japanese Laurel. HEX triplet: 2E, 80 and 31. RGB value is (46,128,49). Sum of RGB (Red+Green+Blue) = 46+128+49=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #2E8031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8031 is #D17FCE. Grayscale: #5E5E5E. Windows color (decimal): -13729743 or 3244078. OLE color: 3244078.

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

Color convert

RGB 46 128 49 -
CMYK 0.64 0 0.62 0.50
HSL 122.2º 0.47% 0.34% -
HSV(B) 122.2º 0.64% 0.5% -
XYZ 9.4 16.24 5.55 -
YUV 94.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 46 128 49 0.64 0 0.62 0.50 122.2 0.47 0.34
Hex 2E 80 31 40 0 3E 32 7A 2F 22
Octal 56 200 61 100 0 76 62 172 57 42
Binary 101110 10000000 110001 1000000 0 111110 110010 1111010 101111 100010

Color Harmonies of #2E8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8031

Black with #2E8031

Text Example


Text Example

White with #2E8031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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