Html Css Color HEX #2E732D Japanese Laurel

📋 copy color: '#2E732D'

red 46 ◦ green 115 ◦ blue 45

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

Shades of Japanese Laurel #2E732D

Tints of Japanese Laurel #2E732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 22.33%
G = 55.83%
B = 21.84%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#2E732D (or 0x2E732D) is known color: Japanese Laurel. HEX triplet: 2E, 73 and 2D. RGB value is (46,115,45). Sum of RGB (Red+Green+Blue) = 46+115+45=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732D is #D18CD2. Grayscale: #565656. Windows color (decimal): -13733075 or 2978606. OLE color: 2978606.

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

Color convert

RGB 46 115 45 -
CMYK 0.6 0 0.61 0.55
HSL 119.14º 0.44% 0.31% -
HSV(B) 119.14º 0.61% 0.45% -
XYZ 7.73 13.03 4.59 -
YUV 86.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 46 115 45 0.6 0 0.61 0.55 119.14 0.44 0.31
Hex 2E 73 2D 3C 0 3D 37 77 2C 1F
Octal 56 163 55 74 0 75 67 167 54 37
Binary 101110 1110011 101101 111100 0 111101 110111 1110111 101100 11111

Color Harmonies of #2E732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E732D

Black with #2E732D

Text Example


Text Example

White with #2E732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,45); }

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

background-color css

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

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

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

border-color css

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

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

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