Html Css Color HEX #2E722C Japanese Laurel

📋 copy color: '#2E722C'

red 46 ◦ green 114 ◦ blue 44

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

Shades of Japanese Laurel #2E722C

Tints of Japanese Laurel #2E722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.88%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 22.55%
G = 55.88%
B = 21.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#2E722C (or 0x2E722C) is known color: Japanese Laurel. HEX triplet: 2E, 72 and 2C. RGB value is (46,114,44). Sum of RGB (Red+Green+Blue) = 46+114+44=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #2E722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E722C is #D18DD3. Grayscale: #555555. Windows color (decimal): -13733332 or 2912814. OLE color: 2912814.

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

Color convert

RGB 46 114 44 -
CMYK 0.60 0 0.61 0.55
HSL 118.29º 0.44% 0.31% -
HSV(B) 118.29º 0.61% 0.45% -
XYZ 7.6 12.8 4.45 -
YUV 85.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 46 114 44 0.60 0 0.61 0.55 118.29 0.44 0.31
Hex 2E 72 2C 3C 0 3D 37 76 2C 1F
Octal 56 162 54 74 0 75 67 166 54 37
Binary 101110 1110010 101100 111100 0 111101 110111 1110110 101100 11111

Color Harmonies of #2E722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E722C

Black with #2E722C

Text Example


Text Example

White with #2E722C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,44); }

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

background-color css

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

 a { background-color: rgb(46,114,44); }

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

border-color css

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

 span { border-color: rgb(46,114,44); }

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