Html Css Color HEX #2E7531 Japanese Laurel

📋 copy color: '#2E7531'

red 46 ◦ green 117 ◦ blue 49

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

Shades of Japanese Laurel #2E7531

Tints of Japanese Laurel #2E7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.19%

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

R = 21.7%
G = 55.19%
B = 23.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#2E7531 (or 0x2E7531) is known color: Japanese Laurel. HEX triplet: 2E, 75 and 31. RGB value is (46,117,49). Sum of RGB (Red+Green+Blue) = 46+117+49=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7531 is #D18ACE. Grayscale: #585858. Windows color (decimal): -13732559 or 3241262. OLE color: 3241262.

HSL color Cylindrical-coordinate representation of color #2E7531: hue angle of 122.54º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7531 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 49 -
CMYK 0.61 0 0.58 0.54
HSL 122.54º 0.44% 0.32% -
HSV(B) 122.54º 0.61% 0.46% -
XYZ 8.04 13.53 5.09 -
YUV 88.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 46 117 49 0.61 0 0.58 0.54 122.54 0.44 0.32
Hex 2E 75 31 3D 0 3A 36 7B 2C 20
Octal 56 165 61 75 0 72 66 173 54 40
Binary 101110 1110101 110001 111101 0 111010 110110 1111011 101100 100000

Color Harmonies of #2E7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7531

Black with #2E7531

Text Example


Text Example

White with #2E7531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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