Html Css Color HEX #2E712D Japanese Laurel

📋 copy color: '#2E712D'

red 46 ◦ green 113 ◦ blue 45

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

Shades of Japanese Laurel #2E712D

Tints of Japanese Laurel #2E712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.39%

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

R = 22.55%
G = 55.39%
B = 22.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#2E712D (or 0x2E712D) is known color: Japanese Laurel. HEX triplet: 2E, 71 and 2D. RGB value is (46,113,45). Sum of RGB (Red+Green+Blue) = 46+113+45=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #2E712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E712D is #D18ED2. Grayscale: #555555. Windows color (decimal): -13733587 or 2978094. OLE color: 2978094.

HSL color Cylindrical-coordinate representation of color #2E712D: hue angle of 119.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E712D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 45 -
CMYK 0.59 0 0.60 0.56
HSL 119.12º 0.43% 0.31% -
HSV(B) 119.12º 0.6% 0.44% -
XYZ 7.51 12.58 4.52 -
YUV 85.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 46 113 45 0.59 0 0.60 0.56 119.12 0.43 0.31
Hex 2E 71 2D 3B 0 3C 38 77 2B 1F
Octal 56 161 55 73 0 74 70 167 53 37
Binary 101110 1110001 101101 111011 0 111100 111000 1110111 101011 11111

Color Harmonies of #2E712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E712D

Black with #2E712D

Text Example


Text Example

White with #2E712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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