Html Css Color HEX #2E792C Japanese Laurel

📋 copy color: '#2E792C'

red 46 ◦ green 121 ◦ blue 44

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

Shades of Japanese Laurel #2E792C

Tints of Japanese Laurel #2E792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

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

R = 21.8%
G = 57.35%
B = 20.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#2E792C (or 0x2E792C) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 2C. RGB value is (46,121,44). Sum of RGB (Red+Green+Blue) = 46+121+44=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #2E792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E792C is #D186D3. Grayscale: #5A5A5A. Windows color (decimal): -13731540 or 2914606. OLE color: 2914606.

HSL color Cylindrical-coordinate representation of color #2E792C: hue angle of 118.44º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E792C is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 44 -
CMYK 0.62 0 0.64 0.53
HSL 118.44º 0.47% 0.32% -
HSV(B) 118.44º 0.64% 0.47% -
XYZ 8.42 14.44 4.73 -
YUV 89.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 46 121 44 0.62 0 0.64 0.53 118.44 0.47 0.32
Hex 2E 79 2C 3E 0 40 35 76 2F 20
Octal 56 171 54 76 0 100 65 166 57 40
Binary 101110 1111001 101100 111110 0 1000000 110101 1110110 101111 100000

Color Harmonies of #2E792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E792C

Black with #2E792C

Text Example


Text Example

White with #2E792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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