Html Css Color HEX #2E7637 Japanese Laurel

📋 copy color: '#2E7637'

red 46 ◦ green 118 ◦ blue 55

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

Shades of Japanese Laurel #2E7637

Tints of Japanese Laurel #2E7637

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

 BLUE value IS 55 (21.88% from 255) = 25.11%

R = 21%
G = 53.88%
B = 25.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#2E7637 (or 0x2E7637) is known color: Japanese Laurel. HEX triplet: 2E, 76 and 37. RGB value is (46,118,55). Sum of RGB (Red+Green+Blue) = 46+118+55=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7637 is #D189C8. Grayscale: #595959. Windows color (decimal): -13732297 or 3634734. OLE color: 3634734.

HSL color Cylindrical-coordinate representation of color #2E7637: hue angle of 127.5º 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 #2E7637 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 118 55 -
CMYK 0.61 0 0.53 0.54
HSL 127.5º 0.44% 0.32% -
HSV(B) 127.5º 0.61% 0.46% -
XYZ 8.29 13.81 5.84 -
YUV 89.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 46 118 55 0.61 0 0.53 0.54 127.5 0.44 0.32
Hex 2E 76 37 3D 0 35 36 80 2C 20
Octal 56 166 67 75 0 65 66 200 54 40
Binary 101110 1110110 110111 111101 0 110101 110110 10000000 101100 100000

Color Harmonies of #2E7637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7637

Black with #2E7637

Text Example


Text Example

White with #2E7637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,118,55); }

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

background-color css

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

 a { background-color: rgb(46,118,55); }

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

border-color css

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

 span { border-color: rgb(46,118,55); }

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