Html Css Color HEX #2E762E Japanese Laurel

📋 copy color: '#2E762E'

red 46 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #2E762E

Tints of Japanese Laurel #2E762E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 21.9%
G = 56.19%
B = 21.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#2E762E (or 0x2E762E) is known color: Japanese Laurel. HEX triplet: 2E, 76 and 2E. RGB value is (46,118,46). Sum of RGB (Red+Green+Blue) = 46+118+46=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #2E762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E762E is #D189D1. Grayscale: #585858. Windows color (decimal): -13732306 or 3044910. OLE color: 3044910.

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

Color convert

RGB 46 118 46 -
CMYK 0.61 0 0.61 0.54
HSL 120º 0.44% 0.32% -
HSV(B) 120º 0.61% 0.46% -
XYZ 8.1 13.73 4.81 -
YUV 88.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 46 118 46 0.61 0 0.61 0.54 120 0.44 0.32
Hex 2E 76 2E 3D 0 3D 36 78 2C 20
Octal 56 166 56 75 0 75 66 170 54 40
Binary 101110 1110110 101110 111101 0 111101 110110 1111000 101100 100000

Color Harmonies of #2E762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E762E

Black with #2E762E

Text Example


Text Example

White with #2E762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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