Html Css Color HEX #2E763A Japanese Laurel

📋 copy color: '#2E763A'

red 46 ◦ green 118 ◦ blue 58

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

Shades of Japanese Laurel #2E763A

Tints of Japanese Laurel #2E763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 20.72%
G = 53.15%
B = 26.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#2E763A (or 0x2E763A) is known color: Japanese Laurel. HEX triplet: 2E, 76 and 3A. RGB value is (46,118,58). Sum of RGB (Red+Green+Blue) = 46+118+58=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #2E763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E763A is #D189C5. Grayscale: #595959. Windows color (decimal): -13732294 or 3831342. OLE color: 3831342.

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

Color convert

RGB 46 118 58 -
CMYK 0.61 0 0.51 0.54
HSL 130º 0.44% 0.32% -
HSV(B) 130º 0.61% 0.46% -
XYZ 8.37 13.84 6.23 -
YUV 89.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 46 118 58 0.61 0 0.51 0.54 130 0.44 0.32
Hex 2E 76 3A 3D 0 33 36 82 2C 20
Octal 56 166 72 75 0 63 66 202 54 40
Binary 101110 1110110 111010 111101 0 110011 110110 10000010 101100 100000

Color Harmonies of #2E763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E763A

Black with #2E763A

Text Example


Text Example

White with #2E763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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