Html Css Color HEX #2E7634 Japanese Laurel

📋 copy color: '#2E7634'

red 46 ◦ green 118 ◦ blue 52

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

Shades of Japanese Laurel #2E7634

Tints of Japanese Laurel #2E7634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 21.3%
G = 54.63%
B = 24.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#2E7634 (or 0x2E7634) is known color: Japanese Laurel. HEX triplet: 2E, 76 and 34. RGB value is (46,118,52). Sum of RGB (Red+Green+Blue) = 46+118+52=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7634 is #D189CB. Grayscale: #595959. Windows color (decimal): -13732300 or 3438126. OLE color: 3438126.

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

Color convert

RGB 46 118 52 -
CMYK 0.61 0 0.56 0.54
HSL 125º 0.44% 0.32% -
HSV(B) 125º 0.61% 0.46% -
XYZ 8.22 13.79 5.48 -
YUV 88.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 46 118 52 0.61 0 0.56 0.54 125 0.44 0.32
Hex 2E 76 34 3D 0 38 36 7D 2C 20
Octal 56 166 64 75 0 70 66 175 54 40
Binary 101110 1110110 110100 111101 0 111000 110110 1111101 101100 100000

Color Harmonies of #2E7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7634

Black with #2E7634

Text Example


Text Example

White with #2E7634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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