Html Css Color HEX #2E783B Japanese Laurel

📋 copy color: '#2E783B'

red 46 ◦ green 120 ◦ blue 59

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

Shades of Japanese Laurel #2E783B

Tints of Japanese Laurel #2E783B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.33%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 20.44%
G = 53.33%
B = 26.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2E783B (or 0x2E783B) is known color: Japanese Laurel. HEX triplet: 2E, 78 and 3B. RGB value is (46,120,59). Sum of RGB (Red+Green+Blue) = 46+120+59=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #2E783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E783B is #D187C4. Grayscale: #5B5B5B. Windows color (decimal): -13731781 or 3897390. OLE color: 3897390.

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

Color convert

RGB 46 120 59 -
CMYK 0.62 0 0.51 0.53
HSL 130.54º 0.45% 0.33% -
HSV(B) 130.54º 0.62% 0.47% -
XYZ 8.63 14.33 6.45 -
YUV 90.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 46 120 59 0.62 0 0.51 0.53 130.54 0.45 0.33
Hex 2E 78 3B 3E 0 33 35 83 2D 21
Octal 56 170 73 76 0 63 65 203 55 41
Binary 101110 1111000 111011 111110 0 110011 110101 10000011 101101 100001

Color Harmonies of #2E783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E783B

Black with #2E783B

Text Example


Text Example

White with #2E783B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,120,59); }

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

background-color css

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

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

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

border-color css

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

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

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