Html Css Color HEX #2E752D Japanese Laurel

📋 copy color: '#2E752D'

red 46 ◦ green 117 ◦ blue 45

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

Shades of Japanese Laurel #2E752D

Tints of Japanese Laurel #2E752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

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

R = 22.12%
G = 56.25%
B = 21.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#2E752D (or 0x2E752D) is known color: Japanese Laurel. HEX triplet: 2E, 75 and 2D. RGB value is (46,117,45). Sum of RGB (Red+Green+Blue) = 46+117+45=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #2E752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E752D is #D18AD2. Grayscale: #575757. Windows color (decimal): -13732563 or 2979118. OLE color: 2979118.

HSL color Cylindrical-coordinate representation of color #2E752D: hue angle of 119.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E752D is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 45 -
CMYK 0.61 0 0.62 0.54
HSL 119.17º 0.44% 0.32% -
HSV(B) 119.17º 0.62% 0.46% -
XYZ 7.96 13.49 4.67 -
YUV 87.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 46 117 45 0.61 0 0.62 0.54 119.17 0.44 0.32
Hex 2E 75 2D 3D 0 3E 36 77 2C 20
Octal 56 165 55 75 0 76 66 167 54 40
Binary 101110 1110101 101101 111101 0 111110 110110 1110111 101100 100000

Color Harmonies of #2E752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E752D

Black with #2E752D

Text Example


Text Example

White with #2E752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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