Html Css Color HEX #2E7434 Japanese Laurel

📋 copy color: '#2E7434'

red 46 ◦ green 116 ◦ blue 52

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

Shades of Japanese Laurel #2E7434

Tints of Japanese Laurel #2E7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

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

R = 21.5%
G = 54.21%
B = 24.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#2E7434 (or 0x2E7434) is known color: Japanese Laurel. HEX triplet: 2E, 74 and 34. RGB value is (46,116,52). Sum of RGB (Red+Green+Blue) = 46+116+52=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7434 is #D18BCB. Grayscale: #575757. Windows color (decimal): -13732812 or 3437614. OLE color: 3437614.

HSL color Cylindrical-coordinate representation of color #2E7434: hue angle of 125.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7434 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 116 52 -
CMYK 0.60 0 0.55 0.55
HSL 125.14º 0.43% 0.32% -
HSV(B) 125.14º 0.6% 0.45% -
XYZ 7.99 13.32 5.4 -
YUV 87.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 46 116 52 0.60 0 0.55 0.55 125.14 0.43 0.32
Hex 2E 74 34 3C 0 37 37 7D 2B 20
Octal 56 164 64 74 0 67 67 175 53 40
Binary 101110 1110100 110100 111100 0 110111 110111 1111101 101011 100000

Color Harmonies of #2E7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7434

Black with #2E7434

Text Example


Text Example

White with #2E7434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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