Html Css Color HEX #2E7831 Japanese Laurel

📋 copy color: '#2E7831'

red 46 ◦ green 120 ◦ blue 49

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

Shades of Japanese Laurel #2E7831

Tints of Japanese Laurel #2E7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.81%

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

R = 21.4%
G = 55.81%
B = 22.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#2E7831 (or 0x2E7831) is known color: Japanese Laurel. HEX triplet: 2E, 78 and 31. RGB value is (46,120,49). Sum of RGB (Red+Green+Blue) = 46+120+49=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7831 is #D187CE. Grayscale: #595959. Windows color (decimal): -13731791 or 3242030. OLE color: 3242030.

HSL color Cylindrical-coordinate representation of color #2E7831: hue angle of 122.43º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7831 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 120 49 -
CMYK 0.62 0 0.59 0.53
HSL 122.43º 0.45% 0.33% -
HSV(B) 122.43º 0.62% 0.47% -
XYZ 8.4 14.24 5.21 -
YUV 89.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 46 120 49 0.62 0 0.59 0.53 122.43 0.45 0.33
Hex 2E 78 31 3E 0 3B 35 7A 2D 21
Octal 56 170 61 76 0 73 65 172 55 41
Binary 101110 1111000 110001 111110 0 111011 110101 1111010 101101 100001

Color Harmonies of #2E7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7831

Black with #2E7831

Text Example


Text Example

White with #2E7831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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